From the release notes of GCC 4.8:

   "A new general optimization level, -Og, has been introduced. It
   addresses the need for fast compilation and a superior debugging
   experience while providing a reasonable level of runtime performance.
   Overall experience for development should be better than the default
   optimization level -O0."

 Currently "--enable-debug" sets "-O0". I think it would make sense to
 use "-Og" instead when GCC >= 4.8.0 is used.

 What do you think?

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

Reply via email to