Stream: git-wasmtime

Topic: wasmtime / Issue #2403 SimpleJIT hot code swapping


view this post on Zulip Wasmtime GitHub notifications bot (Nov 13 2020 at 08:45):

bjorn3 commented on Issue #2403:

It seems that the new x64 backend doesn't have support for position independent code.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 13 2020 at 18:01):

cfallin commented on Issue #2403:

It seems that the new x64 backend doesn't have support for position independent code

Please do create an issue! I will look into this at some point as part of the transition-to-new-backend effort.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 13 2020 at 18:06):

bjorn3 commented on Issue #2403:

Done: #2417

view this post on Zulip Wasmtime GitHub notifications bot (Dec 03 2020 at 18:32):

bjorn3 commented on Issue #2403:

@pchickey I have restored support for non-pic code in SimpleJIT to fix x64. Hot code swapping needs to be disabled in that case though. I have tested it with cg_clif in the non-pic, pic and hotswapping configuration.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 03 2020 at 21:36):

pchickey commented on Issue #2403:

Excellent, that is even better. Want to make a follow-up PR dropping the Simple from SimpleJIT?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 03 2020 at 23:01):

bjorn3 commented on Issue #2403:

Sure


Last updated: Oct 23 2024 at 20:03 UTC