Revision: 2731
Author: [email protected]
Date: Thu Aug 20 04:37:56 2009
Log: 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.
Review URL: http://codereview.chromium.org/173117
http://code.google.com/p/v8/source/detail?r=2731

Modified:
  /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Thu Aug 20 04:13:51 2009
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Thu Aug 20 04:37:56 2009
@@ -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to