Y
Hacker News
new
|
ask
|
show
|
jobs
by
DmitryOlshansky
320 days ago
Why not full VM with JIT? Seems much easier and more compatible with apps out there.
2 comments
eyberg
317 days ago
You can also run the full JVM and in fact I'd imagine that's how most of our JVM users actually use it today.
link
alex_duf
317 days ago
Because the JVM is fairly dynamic so it becomes hard to know which part to prune
link