From: ricow@chromium.org Date: Wed, 11 Aug 2010 08:43:15 +0000 (+0000) Subject: Bump the kPartialSnapshotCacheCapacity to 1400 to fix testing with snapshot on. X-Git-Tag: upstream/4.7.83~21384 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6c69bf6ffbad63e9cf7a82705723c6503a3cdf1;p=platform%2Fupstream%2Fv8.git Bump the kPartialSnapshotCacheCapacity to 1400 to fix testing with snapshot on. Review URL: http://codereview.chromium.org/3172003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5234 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/serialize.h b/src/serialize.h index 01d6dd3..d1b668d 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -248,7 +248,7 @@ class SerializerDeserializer: public ObjectVisitor { } static int partial_snapshot_cache_length_; - static const int kPartialSnapshotCacheCapacity = 1350; + static const int kPartialSnapshotCacheCapacity = 1400; static Object* partial_snapshot_cache_[]; };