i-net-software / i-net-software/JWebAssembly
function inline
Open
enhancement
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
The current compiler of Wasm code to native machine code does not have optimizing like the JIT in Java. This means there is no code optimizing like the inline of functions. That JWebAssembly must already do this function inline at creating of the Wasm file.
Code samples that should JWebAssembly should optimize are welcome.
Contributor guide
Assessment
This issue has not been assessed yet.