Allen Wirfs-Brock (2015-04-28T23:28:20.000Z)
d at domenic.me (2015-05-11T17:01:38.275Z)
did you see https://esdiscuss.org/topic/performance-of-iterator-next-as-specified#content-15 A really good optimizing jit should be able to inline the 'next' call, recognize that the IterationResult object doesn't escape (it knows this for for-of loops) and not do an allocation at all.