Index: src/heap.cc |
=================================================================== |
--- src/heap.cc (revision 15486) |
+++ src/heap.cc (working copy) |
@@ -70,6 +70,9 @@ |
#if V8_TARGET_ARCH_X64 |
#define LUMP_OF_MEMORY (2 * MB) |
code_range_size_(512*MB), |
+#elif V8_TARGET_ARCH_X32 |
+#define LUMP_OF_MEMORY MB |
+ code_range_size_(256*MB), |
#else |
#define LUMP_OF_MEMORY MB |
code_range_size_(0), |