so my question is does the Bytecode interpreter of Ignition convert the bytecode that was created by the bytecode-generator to machine code and execute it line by line?
because from what I've seen I don't see any sign that the bytecode interpreter actually converting the code to machine code.
it seems more like the bytecode generator generates bytecodes and the interpreter just execute it in C++(the interpreter doesn't turn the bytecode to machine code and then execute it)