release: v0.6.0#100
Merged
Merged
Conversation
Bump workspace version 0.5.0 → 0.6.0. This release is driven entirely by real-world findings on production gale code (Verus-verified kernel-scheduler FFI wasm): closing v0.5.0's +6.3% CSE size regression, lifting two early-exit guards that made LOOM a no-op on kernel-style code, and fixing a Z3 panic that blocked the inline pass on i64-heavy modules. Merged PRs: #94 fix(cse): cost-aware dedup gate eliminates gale +6.3% regression #95 feat(opt): eliminate_dead_locals (drop write-only locals) #96 feat(opt): eliminate_dead_stores (full backward liveness) #99 fix(verify): i64 widths in Z3 encoder + vacuum const+drop peephole (closes #98) Measured impact on gale_ffi (1.9 KB kernel FFI): baseline: code section 811 bytes v0.5.0 (regression): code section 862 bytes (+6.3%) v0.6.0 (this): code section 804 bytes (-0.86%) Measured impact on calculator.wasm (2.3 MB component): --passes dead-stores alone: -0.4% (~10 KB) Test count: 247 → 317 (+70)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump workspace version 0.5.0 → 0.6.0.
This release is driven entirely by real-world findings on production gale code (Verus-verified kernel-scheduler FFI wasm): closing v0.5.0's +6.3% CSE size regression, lifting two early-exit guards that made LOOM a no-op on kernel-style code, and fixing a Z3 panic that blocked the inline pass on i64-heavy modules.
Merged PRs
Measured impact
gale_ffi (1.9 KB kernel FFI):
A 6.7-point swing on real kernel-scheduler code.
calculator.wasm (2.3 MB component):
--passes dead-storesalone: 2,337,724 → 2,327,794 bytes (-0.4%, ~10 KB)Test count
247 → 317 tests (+70 across all v0.6.0 PRs)
CHANGELOG
Detailed v0.6.0 entry already in
CHANGELOG.md(landed via #99).Notes
release/v0.6.0-pr-*branches due to a Bazel external-repo fetch issue forrocq_of_rust_source— this is an upstream CI infrastructure issue and the job is configuredcontinue-on-error: true. Not a v0.6.0 regression.🤖 Generated with Claude Code