JWebAssembly icon indicating copy to clipboard operation
JWebAssembly copied to clipboard

Tail Call optimizations

Open Horcrux7 opened this issue 5 years ago • 0 comments

The Java JIT can optimize the code to use Tail Calls. WebAssembly does not have such a JIT. That this optimizing must occur on compile time. In our case in JWebAssembly because the Java Byte code does not contains Tail Call information.

The Tail Call feature of WebAssembly should be in phase 4 before implementing. https://github.com/WebAssembly/proposals

This is a placeholder ticket for future features.

Horcrux7 avatar Apr 28 '19 13:04 Horcrux7