Question about the state of J2C
Opened this issue · 3 comments
I-asked commented
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?
digitalgust commented
the j2c is a tool for translate bytecode to c source , the tool work fine now, update it except bug found.
I-asked commented
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…
digitalgust commented
I will fix it soon.