Reviewers: Mads Ager, Description: Experimental change to omit frame pointers from V8 on Mac built through the v8.gyp file. The optimization flags for Mac and Linux (both gcc-based) builds are now much closer.
Please review this at http://codereview.chromium.org/173117 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/gyp/v8.gyp Index: tools/gyp/v8.gyp =================================================================== --- tools/gyp/v8.gyp (revision 2730) +++ tools/gyp/v8.gyp (working copy) @@ -104,6 +104,7 @@ ['OS=="mac"', { 'xcode_settings': { 'GCC_OPTIMIZATION_LEVEL': '3', + 'OTHER_CFLAGS': [ '-fomit-frame-pointer' ], }, }], ['OS=="win"', { --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
