This is now ready for another review.
PTAL
https://codereview.chromium.org/355663002/diff/60001/src/collection-iterator.js
File src/collection-iterator.js (right):
https://codereview.chromium.org/355663002/diff/60001/src/collection-iterator.js#newcode26
src/collection-iterator.js:26: var entry = {value: value_array, done:
false};
I benchmarked this and the following code has no noticeable performance
difference.
var entry = {value: [UNDEFINED, UNDEFINED], done: false};
var value_array = entry.value;
https://codereview.chromium.org/355663002/
--
--
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.