Revision: 5234
Author: [email protected]
Date: Wed Aug 11 01:43:15 2010
Log: Bump the kPartialSnapshotCacheCapacity to 1400 to fix testing with snapshot on.

Review URL: http://codereview.chromium.org/3172003
http://code.google.com/p/v8/source/detail?r=5234

Modified:
 /branches/bleeding_edge/src/serialize.h

=======================================
--- /branches/bleeding_edge/src/serialize.h     Wed Aug 11 01:12:53 2010
+++ /branches/bleeding_edge/src/serialize.h     Wed Aug 11 01:43:15 2010
@@ -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