At 23:18 20/04/2002 +0900, Yasuo Ohgaki wrote:
>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?

No idea how that came to be. I only remember that it was changed for 
zend_execute.c because of those inlines. I don't think zend_compile.c has 
too many inlines if at all.

Andi


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to