JavaScript Performance Pitfalls in V8

added by JavaScript Kicks
3/6/2019 10:26:29 AM

708 Views

The compilers built into V8 - both the TurboFan optimizing compiler and the Ignition bytecode generator - are so-called method JITs, meaning the unit of compilation is always a method, aka a function in JavaScript speak.


0 comments