Stream: git-wasmtime

Topic: wasmtime / PR #14145 cranelift: fix alias-analysis debug ...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2026 at 12:03):

RuchitRathi opened PR #14145 from RuchitRathi:cranelift-alias-analysis-invariant to bytecodealliance:main:

Fixes #14131

Summary

Fixes a debug-only assertion in Cranelift alias analysis that incorrectly assumed the observed_stores set cannot grow during later instruction processing. Additional observations may be discovered after dead-store or idempotent-store rewrites, so the set should be monotonic rather than fixed-size.

Changes Made

Verification

view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2026 at 12:03):

RuchitRathi requested fitzgen for a review on PR #14145.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2026 at 12:03):

RuchitRathi requested wasmtime-compiler-reviewers for a review on PR #14145.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2026 at 12:03):

RuchitRathi requested wasmtime-default-reviewers for a review on PR #14145.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2026 at 14:12):

github-actions[bot] added the label wasmtime:docs on PR #14145.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2026 at 14:14):

github-actions[bot] added the label cranelift on PR #14145.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2026 at 15:10):

:cross_mark: fitzgen closed without merge PR #14145.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2026 at 15:35):

fitzgen commented on PR #14145:

That issue is already fixed.


Last updated: Aug 30 2026 at 09:07 UTC