chore(release): v0.16.0 — AAPCS stack-arg path lowers >8 scalar params/args (#503)#505
Merged
Conversation
…s/args (#503) Pin sweep 0.15.1 -> 0.16.0 across [workspace.package], every path-dep version pin, and MODULE.bazel; CHANGELOG entry. Minor bump: the arm backend now LOWERS a class of functions (>8 scalar i32 params, or a call passing >8 args) it previously skipped — added capability on the shipped --relocatable path, unblocking 2 of 3 falcon helpers. Existing output bit-identical (frozen gate unchanged). The 64-bit stack-param case stays refused (#503 follow-up). 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 v0.16.0. Pin sweep
0.15.1 → 0.16.0([workspace.package] + every path-dep pin + MODULE.bazel), Cargo.lock refreshed, CHANGELOG entry.Minor bump — adds lowering capability: the arm backend now compiles functions needing the AAPCS stack-argument path with >8 scalar i32 params or a call passing >8 args (#503, merged in #504), a class it previously skipped. Unblocks 2 of 3 falcon helpers (func_57 10-param, func_58 25-param). The 64-bit stack-param case stays refused (#503 follow-up).
Bit-identical for existing code — functions with ≤8 i32 params/args never reach the lifted path; frozen byte gate unchanged (control_step
0x00210A55, flight_algo0x07FDF307).Gated by
stack-args-503-oracle(sum10/sum25/outgoing/combined, all vs wasmtime). All oracles + frozen gate green on main at the merge commit.🤖 Generated with Claude Code