Upgrade V8 to 3.8.2.1
authorRyan Dahl <ry@tinyclouds.org>
Fri, 23 Dec 2011 23:57:10 +0000 (15:57 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 23 Dec 2011 23:57:10 +0000 (15:57 -0800)
deps/v8/build/common.gypi
deps/v8/src/version.cc
deps/v8/tools/gyp/v8.gyp

index e191679..9129d01 100644 (file)
 
     # 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': [
index bbd26a4..5adcde8 100644 (file)
@@ -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
index 8fe9910..66a26b5 100644 (file)
         {
           'target_name': 'v8_base',
           'type': '<(library)',
+          'variables': {
+            'optimize': 'max',
+          },
           'include_dirs+': [
             '../../src',
           ],