i-net-software / i-net-software/JWebAssembly

Tail Call optimizations

Open
#9 0 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
1.1k
Forks
61
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.