Stream: git-wasmtime

Topic: wasmtime / PR #3855 ISLE: port more ops on x64 to lowerin...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 26 2022 at 01:26):

cfallin opened PR #3855 from isle-misc-ops to main:

Depends on / stacked on top of #3848, #3849.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 26 2022 at 01:26):

cfallin requested abrown for a review on PR #3855.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 17:50):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 17:50):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 17:50):

fitzgen created PR review comment:

Existing/curious: Do you know why debugtrap isn't a safe point? Our other traps are safe points.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 19:16):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 19:16):

cfallin created PR review comment:

I'm actually not sure! For what it's worth, hlt is a bit of an odd choice here as well (it can only execute in kernel mode, and I think generates SIGILL in userspace). I guess the idea is that it's not meant to be a "normal" transfer of control to the runtime paired with the generated code, but rather a place where a debugger could catch a signal or hook in with ptrace or something of the sort, so setting up state for a "normal" runtime invocation to e.g. scan the stack wouldn't be useful. I'm not sure though.

In the absence of more context here I'm inclined to leave the lowering as-is (translated from existing), but we should definitely ask whether this opcode is even necessary, or at least what its precise guarantees should be, when we get to cleaning up the CLIF opcode space...

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 20:56):

cfallin updated PR #3855 from isle-misc-ops to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 21:28):

cfallin merged PR #3855.


Last updated: Oct 23 2024 at 20:03 UTC