Use of JDK interanl ASM vs external
Per Bothner
per at bothner.com
Wed Feb 18 23:11:53 UTC 2015
On 02/18/2015 02:45 PM, Per Bothner wrote:
> Kawa is optimized for static compilation and static optimization,
> and does not use invokedynamic so far.
To clarify: Kawa does have a REPL and eval. It's just that the REPL
and eval first compile the expression to bytecode before running it.
The compiler is fast enough that this works pretty well.
--
--Per Bothner
per at bothner.com http://per.bothner.com/
More information about the mlvm-dev
mailing list