Andi Gutmans wrote: >> >> What about leaving -O2 but adding -finline-functions > > > > -O2 will inline the functions marked as inline. That should be good > enough because we inline where it's important. > I wouldn't go with -O3 nor with -finline-functions. > Andi
Sounds good to me. How about -O0 option for zend_compile.c? Is this required? Or is it a debug leftover? -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
