Revision: 10298
Author: [email protected]
Date: Wed Dec 21 23:19:34 2011
Log: Merge revision 10297 to trunk: Enable max optimization for v8 in
chromium.
Review URL: http://codereview.chromium.org/9023003
http://code.google.com/p/v8/source/detail?r=10298
Modified:
/trunk/build/common.gypi
/trunk/src/version.cc
/trunk/tools/gyp/v8.gyp
=======================================
--- /trunk/build/common.gypi Wed Dec 21 00:29:34 2011
+++ /trunk/build/common.gypi Wed Dec 21 23:19:34 2011
@@ -84,10 +84,6 @@
# For a shared library build, results in "libv8-<(soname_version).so".
'soname_version%': '',
-
- # We want max optimization for the V8 build (if this is not set, chrome
- # defaults to low optimization settings)
- 'optimize': 'max',
},
'target_defaults': {
'conditions': [
=======================================
--- /trunk/src/version.cc Wed Dec 21 00:29:34 2011
+++ /trunk/src/version.cc Wed Dec 21 23:19:34 2011
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 8
#define BUILD_NUMBER 2
-#define PATCH_LEVEL 0
+#define PATCH_LEVEL 1
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
=======================================
--- /trunk/tools/gyp/v8.gyp Tue Nov 29 06:28:56 2011
+++ /trunk/tools/gyp/v8.gyp Wed Dec 21 23:19:34 2011
@@ -221,6 +221,9 @@
{
'target_name': 'v8_base',
'type': '<(library)',
+ 'variables': {
+ 'optimize': 'max',
+ },
'include_dirs+': [
'../../src',
],
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev