Stream: git-wasmtime

Topic: wasmtime / Issue #2416 Implement full debug-info support ...


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

cfallin opened Issue #2416:

We need to add support for generating ValueLabelRanges to the machinst framework and (at least) the x64 backend before we can remove the x86 backend (#1936, #2079).

This requires tracking the correspondence from CLIF Values to VCode Regs (pre- and post-regalloc) and SpillSlots. We will need to either:

view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2021 at 20:52):

bjorn3 commented on Issue #2416:

I think this is done.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2021 at 20:58):

cfallin commented on Issue #2416:

Indeed, completed recently, forgot to close!

view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2021 at 20:58):

cfallin closed Issue #2416:

We need to add support for generating ValueLabelRanges to the machinst framework and (at least) the x64 backend before we can remove the x86 backend (#1936, #2079).

This requires tracking the correspondence from CLIF Values to VCode Regs (pre- and post-regalloc) and SpillSlots. We will need to either:


Last updated: Oct 23 2024 at 20:03 UTC