Skip to content

Store vsp in the frame in the SPC#597

Open
matthew-mojira wants to merge 3 commits intotitzer:masterfrom
matthew-mojira:pr/vsp
Open

Store vsp in the frame in the SPC#597
matthew-mojira wants to merge 3 commits intotitzer:masterfrom
matthew-mojira:pr/vsp

Conversation

@matthew-mojira
Copy link
Copy Markdown
Contributor

@matthew-mojira matthew-mojira commented Mar 25, 2026

The goal for this PR is that vsp for the current function is stored in the frame across function/runtime calls. That means

  1. Spilling VSP in runtime calls where it was already being computed.
  2. Computing and spilling VSP across call sites (regular function calls and non-inlined Whamm probes). In this case, the VSP that is stored in the frame does not include the arguments to the function since that's passed to the callee function (so that caller VSP = callee VFP).

@matthew-mojira matthew-mojira changed the title Pr/vsp Store vsp in the frame in the SPC Mar 25, 2026
@matthew-mojira matthew-mojira marked this pull request as ready for review March 25, 2026 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant