Revision: 11042
Author:   [email protected]
Date:     Wed Mar 14 06:21:44 2012
Log:      Increase executable size limit.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/heap.cc

=======================================
--- /branches/bleeding_edge/src/heap.cc Mon Mar 12 06:56:56 2012
+++ /branches/bleeding_edge/src/heap.cc Wed Mar 14 06:21:44 2012
@@ -81,7 +81,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_)

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

Reply via email to