Settings

Theme

ToyJVM: An Experimental Java Virtual Machine

github.com

22 points by sagartewari01 7 years ago · 3 comments

Reader

DannyB2 7 years ago

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?

abc_lisper 7 years ago

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.

quangio 7 years ago

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)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection