digitalgust/miniJVM

Question about the state of J2C

Opened this issue · 3 comments

Hi again @digitalgust, I wanted to ask what are your plans for J2C. The last update was 3 yrs ago, according to the commit history. Would you recommend using J2C on platforms that don't support JIT?

the j2c is a tool for translate bytecode to c source , the tool work fine now, update it except bug found.

native_std.c is missing some recently added stuff that would be required in order to compile it for the miniJVM classpath… TinyJ2C still works, but its classpath is lacking some essential stuff…

I will fix it soon.