Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tail Call optimizations #9

Open
Horcrux7 opened this issue Apr 28, 2019 · 0 comments
Open

Tail Call optimizations #9

Horcrux7 opened this issue Apr 28, 2019 · 0 comments

Comments

@Horcrux7
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant