Revision: 2733
Author: [email protected]
Date: Thu Aug 20 07:48:52 2009
Log: Don't use -fomit-frame-pointer to build Mac V8. The Chrome crash
reporting
system can't currently process stacks produced by gcc -fomit-frame-pointer
properly. The drawback outweighs the 2% performance improvement. Once
the crash reporting system is able to handle this optimization, it should be
revisited.
Review URL: http://codereview.chromium.org/173123
http://code.google.com/p/v8/source/detail?r=2733
Modified:
/branches/bleeding_edge/tools/gyp/v8.gyp
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp Thu Aug 20 04:37:56 2009
+++ /branches/bleeding_edge/tools/gyp/v8.gyp Thu Aug 20 07:48:52 2009
@@ -104,7 +104,6 @@
['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
-~----------~----~----~----~------~----~------~--~---