Status: Assigned
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 2249 by [email protected]: Whiteness witness triggers when transforming dictionary to fast elements if the backing store is the empty array.
http://code.google.com/p/v8/issues/detail?id=2249

// Flags: --gc-interval=10 --stress-compaction

var o = {};
o[Math.pow(2,30)-1] = 0;
o[Math.pow(2,31)-1] = 0;
o[1] = 0;

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

Reply via email to