Hacker News new | ask | show | jobs
by catpolice 2373 days ago
Java _code_. It's madness, though I'm assured it made sense at the time.
2 comments

It makes more sense than generating bytecode since your “compiler” doesn’t need to comply to runtime changes other than high level API compatibility and you can leverage the performance improvements of which ever Java compiler is used to produce the final bytecode.
Java code is almost the same as bytecode, and is easier to debug.

That's a benefit of having a VM with JIT.