|
|
|
|
|
by kragen
4814 days ago
|
|
I'm talking about the bytecode instructions standardized in the "JVM" specification. The "JVM" has to implement the semantics of the instructions found in your bytecode program, or your program won't run. Your bytecode program can only use bytecodes defined in the "JVM" specification, or it won't run on the "JVM". |
|
Take standard class files and execute them on a runtime with proper tail calls. Done. Works.