Hacker News new | ask | show | jobs
by cpeterso 4251 days ago
V8 has an experimental new JIT called "TurboFan". AFAIK, it doesn't do AOT compilation of asm.js code, but the "use asm" directive (among other cases) will force TurboFan mode.

https://news.ycombinator.com/item?id=8117091