Updates:
Cc: [email protected]
Comment #2 on issue 3010 by [email protected]: Large object literal
definitions get mangled.
http://code.google.com/p/v8/issues/detail?id=3010
Using the generated testcase with 1025 properties, this bisects to r17606 /
https://codereview.chromium.org/66193004, which reduced the size of the
bitfield in question from 11 to 10. However, even with larger property
counts, I haven't been able to trigger the bug on the previous revision.
Further, only property counts in the range [1025, 1536] trigger the bug.
When we create an object from a literal/boilerplate, we only convert it to
fast mode when it has less than kMaxNumberOfDescriptors = 1024 + 512
properties.
So the bug is that kMaxNumberOfDescriptors is out of sync with
PropertyDetails::FieldIndexField::kSize.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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/groups/opt_out.