work on JIT support
Open
enhancement
- Dominant language
- C
- Stars
- 230
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Consider the following to improve performance:
- adding suggestions from @jart (https://github.com/jart/cosmopolitan/discussions/352#discussioncomment-8210793) so WAMR can build in FastJIT mode on Cosmo.
- determine level of effort to add arm64 code gen for WAMR FastJIT... asmjit backend exists, would need to see if this is feasible and can be built on Cosmo too (targeting a single fat binary).
Benefits:
- would speed up code execution significantly
- SIMD support?
Drawbacks:
- larger binary size for all Hermits
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.