chore(release): v0.17.0 — stack-fwd + frame-slot DCE default-on (#242)#517
Merged
Conversation
Pin sweep (workspace + all intra-workspace path-deps + MODULE.bazel 0.16.0→0.17.0) + CHANGELOG for the SYNTH_STACK_FWD flip to default-on (PR #516, b043101). The shipped --relocatable path now gets stack-reload forwarding + frame-slot dead-store elimination by default: flight_seam 774→738 B, flight_seam_flat 910→878 B; control_step + all RISC-V unchanged. RESULTS bit-identical (control_step 0x00210A55, flat+inlined flight_algo 0x07FDF307). Escape hatch SYNTH_NO_STACK_FWD=1. Measured cycle win confirmed on G474RE post-ship. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Release PR for v0.17.0 — the next perf release (precedent: cmp-select v0.13.0, local-promote v0.14.0, imm-shift-fold v0.15.0).
Contents
[workspace.package].version+ every intra-workspace path-depversion =+ MODULE.bazel0.16.0 → 0.17.0(verified byscripts/check_version_pins.py).SYNTH_STACK_FWDflip to default-on (already merged in feat(vcr-ra): flip stack-reload-forwarding + frame-slot DCE to default-on (#242) #516 / b043101).What shipped in this version
Stack-reload forwarding + frame-slot dead-store elimination are now default-on, delivering the win on the shipped
--relocatablepath: flight_seam774→738 B, flight_seam_flat910→878 B; control_step + all RISC-V unchanged (ARM-only). RESULTS bit-identical — control_step0x00210A55, flat+inlined flight_algo0x07FDF307— verified in both the default andSYNTH_NO_STACK_FWD=1opt-out. Measured cycle win confirmed on G474RE silicon post-ship.On green: merge, then tag
v0.17.0(release.yml handles crates.io publish + GitHub release + signing).