Re: is an iterator allowed to reuse the same "state" object?

2015-05-01 Thread Jason Orendorff
On Wed, Apr 29, 2015 at 5:41 PM, Andreas Rossberg wrote: >> I'm inferring your comment about generator optimization hardship has to do >> with a function that yields -- whose CFG has multiple entry points and whose >> activation record must live in the heap. > > Yes, the biggest challenge perhaps

Re: The WAIT for export and import

2015-05-01 Thread L2L 2L
It hurt to think we once already had this... Just fork the old implementation!!! Sent from my iPhone > On May 1, 2015, at 10:11 AM, Erik Arvidsson wrote: > > User agents can start to implement but shipping is gated on a loader spec. > >> On Fri, May 1, 2015 at 9:54 AM Matthew Phillips wrote

Re: The WAIT for export and import

2015-05-01 Thread Erik Arvidsson
User agents can start to implement but shipping is gated on a loader spec. On Fri, May 1, 2015 at 9:54 AM Matthew Phillips wrote: > How can user agents implement import/export without the loader spec? > > On Fri, May 1, 2015 at 8:07 AM, Florent FAYOLLE < > florent.fayoll...@gmail.com> wrote: > >

Re: The WAIT for export and import

2015-05-01 Thread Matthew Phillips
How can user agents implement import/export without the loader spec? On Fri, May 1, 2015 at 8:07 AM, Florent FAYOLLE wrote: > Not sure that's the right place to talk about that (es-discuss is about > the specification itself). Probably you should rather CC yourself on this > bug: > https://bugzi

Re: The WAIT for export and import

2015-05-01 Thread Florent FAYOLLE
Not sure that's the right place to talk about that (es-discuss is about the specification itself). Probably you should rather CC yourself on this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=es6 And especially on this one: https://bugzilla.mozilla.org/show_bug.cgi?id=568953 BTW, someone l