You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
The text was updated successfully, but these errors were encountered: