Decode and dispatch interpretation vs Threaded interpretation

Viewed 4800

I am trying to understand the practical difference during the execution of a program in Decode and dispatch interpretation and Threaded interpretation.

Example of both will really help.

I understand how Java bytecode works and how an assembly language works. But where does DDI and TI fit in?

Context: Virtual machines: versatile platforms for systems and processes

1 Answers
Related