Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
ToyJVM: An Experimental Java Virtual Machine (github.com/ozy)
22 points by sagartewari01 on March 11, 2019 | hide | past | favorite | 3 comments


It's not immediately obvious, but what class library does it work with? Gnu Classpath? Something else?

If this doesn't have a good deal of the rest of the built in Java ecosystem, then does it have much value or usefulness?

Does it have a possible advantage without a JIT, like being able to run in constrained amounts of memory?


This is amazing! This would be very useful for people (esp. students) who want to get to the core of the internals without getting bogged down by details and optimization.


When seeing VM, I think about JIT, GC... This is "just" a bytecode interpreter (I don't mean to tell the project isn't worth sharing but it's quite misleading)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: