Tagged Questions
15
votes
7answers
932 views
JIT code generation techniques
How does a virtual machine generate native machine code on the fly and execute it?
Assuming you can figure out what are the native machine op-codes you want to emit, how do you go about actually ...