Firefox
CA
IonMonkey: Optimizing Away
Nicolas B. Pierron
JavaScript
Firefox 32 Firefox uses two just-in-time compilers: Baseline and IonMonkey. When a web page contains some JavaScript code, this code is first executed in the interpreter. Then after running the same code multiple times, we compile the code with Baseline. … Continue reading