The JavaScript interpreter isn’t dead yet

During most of the development of JaegerMonkey, the JavaScript engine was configured so that JaegerMonkey compiled all executed JavaScript code.  Which meant that the old JavaScript interpreter was unused (with the exception that it’s still used during the recording phase during trace compilation). However, we eventually discovered that lots of JavaScript functions are only run … Continue reading The JavaScript interpreter isn’t dead yet