Hacker News new | ask | show | jobs
by btd 4445 days ago
It is nightmare for v8 jit.
3 comments

Who needs JIT on I/O bound tasks?
Any links for that?
v8 does not optimize blocks inside try catch (not too fresh http://www.html5rocks.com/en/tutorials/speed/v8/) and about generators and optimizations (http://wingolog.org/archives/2013/06/11/ecmascript-generator...)
it's a nightmare for crankshaft.
Yes, you are right. I forgot how they call own optimizer. (i wanted to point that people do not repeat blindly that peace of code)