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
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
The text was updated successfully, but these errors were encountered:
Started work on FastJit. Linux works, but looks like other platforms need work. #32 Provides a 5X+ speed improvement for about 400k bytes, but does not add SIMD support.
Consider the following to improve performance:
Benefits:
Drawbacks:
The text was updated successfully, but these errors were encountered: