Stream: git-wasmtime

Topic: wasmtime / PR #10400 [DWARF] Fix the loclist to exprloc o...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2025 at 17:46):

SingleAccretion opened PR #10400 from SingleAccretion:DI-SingleExpr to bytecodealliance:main:

When using an exprloc to describe a location, we must ensure the underlying expression computes the correct value over the whole parent scope.

; DWARF5

Single location descriptions

They are sufficient for describing the location of any object
as long as its lifetime is either static or the same as the lexical
block that owns it, and it does not move during its lifetime.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2025 at 17:46):

SingleAccretion edited PR #10400:

When using an exprloc to describe a location, we must ensure the underlying expression computes the correct value over the whole parent scope.

; DWARF5

Single location descriptions

They are sufficient for describing the location of any object
as long as its lifetime is either static or the same as the lexical
block that owns it, and it does not move during its lifetime.

Fixes #9900.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2025 at 17:48):

SingleAccretion updated PR #10400.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2025 at 18:02):

SingleAccretion updated PR #10400.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2025 at 18:59):

SingleAccretion has marked PR #10400 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2025 at 18:59):

SingleAccretion requested fitzgen for a review on PR #10400.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2025 at 18:59):

SingleAccretion requested wasmtime-core-reviewers for a review on PR #10400.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2025 at 18:08):

fitzgen submitted PR review:

Looks great, thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2025 at 20:20):

alexcrichton merged PR #10400.


Last updated: Apr 18 2025 at 22:03 UTC