How To Code A JVM?
I've recently been trying to make a programming language like Java with
good success in C but now I'm stuck on how to create something like the
JVM to run my bytecode in? I haven't been able to find anything on the
internet and I want my VM to be more efficient than Java's. Are there any
good open source VMs that run bytecode or tutorials on how to write them?
No comments:
Post a Comment