Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 5964) |
+++ src/heap.h (working copy) |
@@ -1119,9 +1119,9 @@ |
static int contexts_disposed_; |
#if defined(V8_TARGET_ARCH_X64) |
+ static const int kMaxObjectSizeInNewSpace = 1024*KB; |
+#else |
static const int kMaxObjectSizeInNewSpace = 512*KB; |
-#else |
- static const int kMaxObjectSizeInNewSpace = 256*KB; |
#endif |
static NewSpace new_space_; |