Revision: 6084
Author: [email protected]
Date: Mon Dec 20 06:20:43 2010
Log: Allow 4 more fast properties for objects.

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

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

=======================================
--- /branches/bleeding_edge/src/objects.h       Mon Dec 20 02:38:19 2010
+++ /branches/bleeding_edge/src/objects.h       Mon Dec 20 06:20:43 2010
@@ -1734,7 +1734,7 @@
   static const uint32_t kMaxGap = 1024;
   static const int kMaxFastElementsLength = 5000;
   static const int kInitialMaxFastElementArray = 100000;
-  static const int kMaxFastProperties = 8;
+  static const int kMaxFastProperties = 12;
   static const int kMaxInstanceSize = 255 * kPointerSize;
   // When extending the backing storage for property values, we increase
// its size by more than the 1 entry necessary, so sequentially adding fields

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

Reply via email to