Is V8 Ignition “Interpreter” capable of producing byte code only because it was built on top of TurboFan Compiler?
The V8 Engine contains both Ignition “Interpreter” (which is an interesting name for something that not only interprets) and TurboFan Compiler. TurboFan compiler helps to optimize “hot” parts of code by compiling it into machine code.