Steven Massey

Results 7 comments of Steven Massey

Was there any note about what microarchitecture was perf'ed? I've found that this is a vital piece of information when discussing cache/branch prediction performance.

Thanks! I've tested a previous iteration of my interpreter design on Sandy Bridge. It wasn't exactly like Wasm3, but close enough. Performance was not great (4-5X slower). Like you're seeing,...

@dstogov Have you ever used the Intel VTune profiler? I'm curious if that would provide any insight. I haven't used `perf` too much. It gives you interesting information, but nothing...

investigate musttail once available. https://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html

i've added memory.fill and memory.copy

@donpdonp @vshymanskyy no worries, I'm able to build & repro here.

Thanks! The API at this point is rather minimal. As you've discovered, there is missing functionality for connecting to the outside world.