Reputation: 1971
i am looking for a Java interpreter not a JVM (no JIT)
till now i have checked
However, as i only need an interpreter i would prefer to find something simpler and smaller (in LOCs) preferably written in C/C++
Upvotes: 1
Views: 494
Reputation: 1656
JamVM, if you don't mind the simple code-copying JIT in the last version. "Code-copying" probably means a simple way avoiding switch statement.
See http://jamvm.sourceforge.net/
Upvotes: 1