-finline-limit=8192

php.internals

Sterling Hughes

23 years ago
Hey, Just a note that compiling zend_execute.c with the -finline-limit=8192 flag provides a signifigant performance increase with PHP5 (not PHP4). But *just* compiling zend_execute.c with this flag seems to bring the performance boost, if you go to other files you get nasty cache trashing which slows things down. -Sterling