generator
lezi1022 opened this issue · 4 comments
lezi1022 commented
deep-into-node,不能缺少generator相关的东西吧,作为从c转到nodejs的开发者,很好奇js的yield是底层怎么实现的
yjhjstz commented
恩,不错的提议,yield 底层实现是在 v8 层面,后面我研究下,写一或多篇文章来介绍下。
也欢迎提更多的意见。
yjhjstz commented
sodawy commented
赞行动力
joyeecheung commented
Note: generator 在去年重新实现了一遍,现在走 ignition + turbofan