tcr / mug

A self-hosted JavaScript compiler for the JVM. Written in CoffeeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Adapters for Java Interop

tcr opened this issue · comments

Java interop currently relies on Reflection. If the ASM library is included, we could compile or precompile JSFunction adapters for Java functions, necessary for platforms where reflection is slow (all of them) or unavailable (embedded platforms).