From 0cec74d03dc6a1735e731fe06056a1731e14c0df Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 19 Aug 2009 16:37:15 +0200 Subject: Upgrade v8 to 1.3.5 --- deps/v8/src/heap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deps/v8/src/heap.h') diff --git a/deps/v8/src/heap.h b/deps/v8/src/heap.h index 179f9af10c..ec1e21af5b 100644 --- a/deps/v8/src/heap.h +++ b/deps/v8/src/heap.h @@ -852,7 +852,11 @@ class Heap : public AllStatic { static const int kMaxMapSpaceSize = 8*MB; +#if defined(V8_TARGET_ARCH_X64) + static const int kMaxObjectSizeInNewSpace = 512*KB; +#else static const int kMaxObjectSizeInNewSpace = 256*KB; +#endif static NewSpace new_space_; static OldSpace* old_pointer_space_; -- cgit v1.2.1