konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 261 forks source link

Add a flag to perform IR verification after various transformations #814

Open konsoletyper opened 8 months ago

konsoletyper commented 8 months ago

This should make testing/debugging experience way better when hacking compiler. Also, this would make troubleshooting experience better in cases when a user can't share their code