Mirko Sertic
Mirko Sertic
ASM.js is basically a JavaScript subset, so it is available by all modern browsers. Firefox and the Chrome V8 engine have already very optimized JIT-Compilers for this purpose.
Build needs to be switched to Maven 3.3
Thank you for using Bytecoder! Do you have a full compile log, and not only the stacktrace? I need this to further track down this issue?
@seanmcox thank you for testing the java.desktop module. Bytecoder currently does not support the whole Java Reflection API. Some of the AWT/Swing code relies heavily on the reflection API, raising...
Hi! thank you for posting this question. I'am afraid your guessed answer "not really" is correct, so let me explain. It would be only possible to compile jdbc type 4...
TeaVM is indeed a great project. The compiler emulates native Threads by converting the Bytecode to a Continuation Passing Style form. But this are still green threads, there is no...
This is a very useful feature request. Thank you for submitting this!
Related to #154.
@blackbirdone thank your for the testcase. Issue #251 will reduce the described effect, but for full long support we either need BigInt support or an emulation like long.js. I'd prefer...
Related to #250