Skip to content

Conversation

@jberthold
Copy link
Member

No description provided.

jberthold added a commit that referenced this pull request Nov 14, 2025
The `SysRent` was previously re-created fresh on each access (with fresh
existential variables), which causes vacuous branching due to
inconsistencies between the variable values.

This change creates the `SysRent` (in the unused return slot of the
top-most stack frame) on first access and returns the same `SysRent`
each time the accessor is called.
`initialize_mint_freeze` passes with this change + additional
byte-operation simplifications (#842 )

Closes: runtimeverification/solana-token#96
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.

2 participants