Revision: 11045
Author:   [email protected]
Date:     Wed Mar 14 07:24:32 2012
Log:      Merged r11042 into 3.8 branch.

Increase executable size limit.

[email protected]
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/9701025
http://code.google.com/p/v8/source/detail?r=11045

Modified:
 /branches/3.8/src/heap.cc
 /branches/3.8/src/version.cc

=======================================
--- /branches/3.8/src/heap.cc   Tue Mar  6 06:48:47 2012
+++ /branches/3.8/src/heap.cc   Wed Mar 14 07:24:32 2012
@@ -82,7 +82,7 @@
       max_semispace_size_(8 * Max(LUMP_OF_MEMORY, Page::kPageSize)),
       initial_semispace_size_(Page::kPageSize),
       max_old_generation_size_(700ul * LUMP_OF_MEMORY),
-      max_executable_size_(128l * LUMP_OF_MEMORY),
+      max_executable_size_(256l * LUMP_OF_MEMORY),

 // Variables set based on semispace_size_ and old_generation_size_ in
// ConfigureHeap (survived_since_last_expansion_, external_allocation_limit_)
=======================================
--- /branches/3.8/src/version.cc        Tue Mar 13 08:04:45 2012
+++ /branches/3.8/src/version.cc        Wed Mar 14 07:24:32 2012
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     8
 #define BUILD_NUMBER      9
-#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

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

Reply via email to