Upgrade V8 to 3.6.6.15
authorRyan Dahl <ry@tinyclouds.org>
Wed, 21 Dec 2011 20:38:07 +0000 (12:38 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 21 Dec 2011 20:38:07 +0000 (12:38 -0800)
deps/v8/src/objects.h
deps/v8/src/version.cc

index d9c7a82..48a76d3 100644 (file)
@@ -2172,7 +2172,7 @@ class FixedArray: public FixedArrayBase {
   // Maximal allowed size, in bytes, of a single FixedArray.
   // Prevents overflowing size computations, as well as extreme memory
   // consumption.
-  static const int kMaxSize = 512 * MB;
+  static const int kMaxSize = 128 * MB * kPointerSize;
   // Maximally allowed length of a FixedArray.
   static const int kMaxLength = (kMaxSize - kHeaderSize) / kPointerSize;
 
index 399d714..f09914b 100644 (file)
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     6
 #define BUILD_NUMBER      6
-#define PATCH_LEVEL       14
+#define PATCH_LEVEL       15
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0