Skip to content
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

Add checks for State memory layout #278

Merged
merged 3 commits into from
Jan 7, 2025

Conversation

brian-pane
Copy link

No description provided.

@brian-pane
Copy link
Author

Compared to the version in #277, this only checks the first cache line. The reason is that the next 43 and 1/8 cache line boundaries lie in the middle of the various large TreeDesc fields in the middle of the State structure. If I'm able to move those fields to the end without any performance regression in a later PR, I'll add the rest of the cache line markers in between the small fields.

@folkertdev folkertdev merged commit ff9e805 into trifectatechfoundation:main Jan 7, 2025
20 checks passed
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.

3 participants