You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just developed an interesting JVM with Java which can run itself. The most important part of the bytecode interpreter is a switch statement. Is your approach different?
I just developed an interesting JVM with Java which can run itself. The most important part of the bytecode interpreter is a switch statement. Is your approach different?
Here is my implementation:
https://gitlab.com/neoexpert/jvm
maybe jvmgo can run it? Can jvmgo run a jar file?
With my implementation you can do:
java -jar java.jar -jar java.jar HelloWorldClass
Here is the bytecode interpreter:
https://gitlab.com/neoexpert/jvm/blob/master/jvm/src/main/java/com/neoexpert/jvm/executor/RawByteCodeExecutorNativeLong.java
The text was updated successfully, but these errors were encountered: