I apologize if this is not a great place to post this.
So, I am doing a bit of learning about Virtual Machines. I am wondering about Instruction Pipelining in the context of a Virtual Machine.
Instruction pipeline - Wikipedia, the free encyclopedia
My questions:
1. how does this apply to an interpreted VM?
2. examples of the above? (short, pseudo code)
3. how does this apply in the context of a JIT?