Updates:
        Cc: [email protected]

Comment #22 on issue 2355 by [email protected]: Implement generators
http://code.google.com/p/v8/issues/detail?id=2355

Short update on the status of generators: A first experimental implementation is available on bleeding edge (and Chrome Canary releases), as usual the feature is hiding behind a flag (i.e. the separate --harmony-generators or the more broad --harmony). Kudos go to Andy Wingo for his efforts in pushing this feature and contributing the majority of the implementation.

The following is a short list of known issues or missing features:
- Support for compiling generators with Crankshaft.
- Generators don't have an 'iterate' method.
- The usual assortment of bugs.

As always, feedback (e.g. in the form of bug-reports) is very much appreciated.

PS: Harmony iterators (i.e. the for-of feature) is tracked separately by issue 2214 and is work in progress. Also the ability to iterate over Maps and Sets is tracked separately by issue 1793.

--
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.


Reply via email to