mit-cml/ai2-kawa

Does Kawa support JIT?

pavi2410 opened this issue · 1 comments

From my swallow research, I could not find any mention of JIT compilation done by Kawa. Wouldn't that help run the code faster? If it doesn't support JIT, is it because it runs on JVM which does JIT compilation?

It got my answer.

because it runs on JVM which does JIT compilation

This is correct.