Re: Which file is the interpreter?
Thank you for the responses.
Gary Benson's blog is very interesting but also lengthy, and the
file templateTable_.cpp in src/cpu//vm/ looks close
to what I am after, but not it. Although I could be wrong given my
newness to the code.
Im looking for the loop t
* James Ladd [2009-09-23 23:52+0200] writes:
> Im looking for the loop that takes the next instruction and dispatches
> it. Maybe I just dont understand the JVM - yet. Is there such a loop ?
As described in Gary Benson blog, there are two interpreters: the c++
interpreter and the template based i