miniJVM icon indicating copy to clipboard operation
miniJVM copied to clipboard

Question about the state of J2C

Open I-asked opened this issue 1 year ago • 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?

I-asked avatar Jan 21 '24 15:01 I-asked

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

digitalgust avatar Jan 22 '24 05:01 digitalgust

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-asked avatar Jan 22 '24 18:01 I-asked

I will fix it soon.

digitalgust avatar Jan 23 '24 02:01 digitalgust