Override and inline wasm-implementations of frequently used libc functions with lua-implementations #27
Labels
optimisation
Implement this to make things run faster
Milestone
i.e. we roll our own optimised code that plays nice with our custom memory design
e.g. (naiive memcpy example that's optimised for luajit)
Before:
After:
This can be optimised further in the pure-lua memory version by allowing memset to copy over fpMap too (so that memory type hints are preserved, and speed is therefore preserved without having to convert between floats and ints)
The text was updated successfully, but these errors were encountered: