Stream: wasmtime

Topic: windows and memory limits


view this post on Zulip Alex Crichton (Apr 22 2020 at 14:41):

@Dan Gohman do you remember why this block is necessary? (asking you since it looks like you added it 16 months ago (!)

Standalone JIT-style runtime for WebAssembly, using Cranelift - bytecodealliance/wasmtime

view this post on Zulip Alex Crichton (Apr 22 2020 at 14:41):

it has the effect of probably making our windows jit code much slower than everything else, so curious to learn more about it

view this post on Zulip Dan Gohman (Apr 22 2020 at 15:01):

I'm pretty sure that came from a patch someone sent me to fix problems they hit on WIndows, but I don't know why I didn't add a more informative commit message.

view this post on Zulip Alex Crichton (Apr 22 2020 at 15:02):

ah ok no worries

view this post on Zulip Alex Crichton (Apr 22 2020 at 15:02):

I'll try to dig in some more


Last updated: Nov 22 2024 at 17:03 UTC