Skip to content

replay: better locks around banks #5622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ibhatt-jumptrading
Copy link
Contributor

@ibhatt-jumptrading ibhatt-jumptrading commented Jul 10, 2025

we need locks in the exec and writer tiles around uses of the bank. This is to avoid the replay tile releasing a bank that is currently being used in the exec and writer tiles. This is not needed in the replay tile because we have an invariant that the current slot that's being executed will not be rooted

@ibhatt-jumptrading ibhatt-jumptrading force-pushed the ibhatt/better_locking_banks branch from ab79715 to 4f99d62 Compare July 10, 2025 21:11
@ibhatt-jumptrading ibhatt-jumptrading changed the title replay: better locks around banks replay: better locks around banks [wip] Jul 10, 2025
@ibhatt-jumptrading ibhatt-jumptrading force-pushed the ibhatt/better_locking_banks branch from 4f99d62 to c434cf8 Compare July 10, 2025 22:04
@ibhatt-jumptrading ibhatt-jumptrading changed the title replay: better locks around banks [wip] replay: better locks around banks Jul 10, 2025
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