Comment on Ignition: V8 InterpreterparentComments−gsg11yHaving TurboFan compile the interpreter from machine-independent templates is what struck me as unusual.The rest is familiar enough, true.−mike_hearn11yThe HotSpot interpreter is done the same way, I believe. It's also a template based interpreter.
Comments
Having TurboFan compile the interpreter from machine-independent templates is what struck me as unusual.
The rest is familiar enough, true.
The HotSpot interpreter is done the same way, I believe. It's also a template based interpreter.