4 ms·
It is nightmare for v8 jit.
by btd 12y ago
It is nightmare for v8 jit.
- andreypopp 12y agoWho needs JIT on I/O bound tasks?
- coldtea 12y agoAny links for that?
- btd 12y agov8 does not optimize blocks inside try catch (not too fresh http://www.html5rocks.com/en/tutorials/speed/v8/ http://www.html5rocks.com/en/tutorials/speed/v8/) and about generators and optimizations (http://wingolog.org/archives/2013/06/11/ecmascript-generators-from-a-performance-perspective http://wingolog.org/archives/2013/06/11/ecmascript-generator...)
- lttlrck 12y agoit's a nightmare for crankshaft.
- btd 12y agoYes, you are right. I forgot how they call own optimizer. (i wanted to point that people do not repeat blindly that peace of code)