The updated patch makes ForOf have subexpressions for the following
sub-operations:
var iterator = iterable; // can be replaced by @@iterator call
var result = iterator.next();
result.done // used in a conditional
each = result.value
This should make it easier to crankshaft for-of.
This patch also removes the change to ic-arm.cc, which I should submit in a
separate patch.
https://codereview.chromium.org/15288011/
--
--
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.