Revision: 20754
Author: [email protected]
Date: Tue Apr 15 08:59:51 2014 UTC
Log: Bump kMaxFastProperties (non-keyed assignments) to 128.
[email protected]
Review URL: https://codereview.chromium.org/238683004
http://code.google.com/p/v8/source/detail?r=20754
Modified:
/branches/bleeding_edge/src/objects.h
=======================================
--- /branches/bleeding_edge/src/objects.h Tue Apr 15 08:15:33 2014 UTC
+++ /branches/bleeding_edge/src/objects.h Tue Apr 15 08:59:51 2014 UTC
@@ -2747,7 +2747,7 @@
static const int kInitialMaxFastElementArray = 100000;
static const int kFastPropertiesSoftLimit = 12;
- static const int kMaxFastProperties = 64;
+ static const int kMaxFastProperties = 128;
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
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.