At 18:17 19/04/2002 +0200, Marcus Börger wrote: >At 15:46 19.04.2002, you wrote: >>Any objection for changing -O2 -> -O3 when >>--enable-inline-optimization is used? (when GCC is used) >> >>-- >>Yasuo Ohgaki > > >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 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php