Andreas Rossberg (2015-04-29T12:36:05.000Z)
d at domenic.me (2015-05-11T17:01:49.770Z)
Note that there is a huge difference between optimising iterators (in particular, for-of), and optimising generators. I expect that VMs will start getting better on the former relatively soon, for iterators that are not generators. Making generators fast is a much more complicated problem.