]> granicus.if.org Git - php/commit
optimize loops. The check only exists for integers because that's the more
authorSterling Hughes <sterling@php.net>
Wed, 21 May 2003 18:46:34 +0000 (18:46 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 21 May 2003 18:46:34 +0000 (18:46 +0000)
commit5619166fe4b97404ead038b5485f33c56d21885f
treed8a8ca02f179e7b003b2967a93dad9496e7dc7e9
parent7b26ddd9b01fb242f5a6ec3ada5804a8019f4e5b
optimize loops.  The check only exists for integers because that's the more
common optimization, and you actually lose performance if you check for
a double too (wierd but true).
Zend/zend_operators.c