▲ | phickey 4 days ago | ||||||||||||||||
This looks like a nice approach to making wasi-libc faster. Could you submit these changes upstream? | |||||||||||||||||
▲ | ncruces 4 days ago | parent [-] | ||||||||||||||||
I'd like to be a little more sure that I'm not totally messing things up before doing that, but yes, eventually, that would be a nice outcome. I've also only really tested wazero. I can't know for sure that this is a straight improvement for other runtimes and architectures. For instance, the code delays using wasm_i8x16_bitmask as much as possible, because on Aarch64 it can be slower than not using SIMD at all, whereas it's plenty fast on x86-64. | |||||||||||||||||
|