soywiz-archive / jtransc

Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
https://jtransc.soywiz.com/
Apache License 2.0
632 stars 67 forks source link

Added option "optimize" & disable local inlining for now #221

Closed soywiz closed 7 years ago

soywiz commented 7 years ago

Enable array bounchecking on direct JS target on debug builds

Fixes #219