Stream: git-wasmtime

Topic: wasmtime / issue #2634 Cranelift: Extend value label rang...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 01 2021 at 21:30):

akirilov-arm labeled issue #2634:

<!-- Please try to describe precisely what you would like to do in
Cranelift/Wasmtime and/or expect from it. You can answer the questions below if
they're relevant and delete this text before submitting. Thanks for opening an
issue! -->

Feature

Value label ranges should be extended as far as the value is still available. This includes from the start of the prologue for arguments and up to the moment the register/spillslot is overwritten byva differenr value.
<!-- What is the feature or code improvement you would like to do in
Cranelift/Wasmtime? -->

Benefit

This would make variable debuginfo available in more cases.
<!-- What is the value of adding this in Cranelift/Wasmtime? -->

Implementation

No idea
<!-- Do you have an implementation plan, and/or ideas for data structures or
algorithms to use? -->

Alternatives


Last updated: Nov 22 2024 at 17:03 UTC