bjorn3 opened 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
- Only implement https://github.com/bytecodealliance/wasmtime/issues/2633. This will solve most of the problem but variables would still not be available at as much locations as would be possible.
<!-- Have you considered alternative implementations? If so, how are they
better or worse than your proposal? -->
Last updated: Nov 22 2024 at 16:03 UTC