Revision: 6287
Author: [email protected]
Date: Wed Jan 12 06:32:51 2011
Log: Revert accidental part of http://codereview.chromium.org/6123007/
6281 that causes a performance regression.
Review URL: http://codereview.chromium.org/6106014
http://code.google.com/p/v8/source/detail?r=6287

Modified:
 /branches/bleeding_edge/SConstruct

=======================================
--- /branches/bleeding_edge/SConstruct  Wed Jan 12 03:56:41 2011
+++ /branches/bleeding_edge/SConstruct  Wed Jan 12 06:32:51 2011
@@ -72,6 +72,7 @@
                  '-fgcse-after-reload',
                  '-frerun-cse-after-loop',
                  '-frename-registers',
+                 '-fomit-frame-pointer',
                  '-finline-limit=64',
                  '-DCAN_USE_VFP_INSTRUCTIONS=1',
                  '-DCAN_USE_ARMV7_INSTRUCTIONS=1',
@@ -142,10 +143,10 @@
       }
     },
     'mode:release': {
-      'CCFLAGS':      ['-O2', '-fdata-sections',
+      'CCFLAGS':      ['-O3', '-fomit-frame-pointer', '-fdata-sections',
                        '-ffunction-sections'],
       'os:android': {
-        'CCFLAGS':    ['-mthumb'],
+        'CCFLAGS':    ['-mthumb', '-Os'],
         'CPPDEFINES': ['SK_RELEASE', 'NDEBUG']
       }
     },

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to