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

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.
Because the JVM is fairly dynamic so it becomes hard to know which part to prune