Reviewers: Kasper Lund,

Description:
Bump the kPartialSnapshotCacheCapacity to 1400 to fix testing with snapshot on.


Please review this at http://codereview.chromium.org/3172003/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/serialize.h


Index: src/serialize.h
===================================================================
--- src/serialize.h     (revision 5233)
+++ src/serialize.h     (working copy)
@@ -248,7 +248,7 @@
   }

   static int partial_snapshot_cache_length_;
-  static const int kPartialSnapshotCacheCapacity = 1350;
+  static const int kPartialSnapshotCacheCapacity = 1400;
   static Object* partial_snapshot_cache_[];
 };



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

Reply via email to