Skip to content

Shrink sizes of per-size-class misses and overall cache misses from std::atomic<size_t> down to std::atomic<uint32_t>. - #1083

Draft
copybara-service[bot] wants to merge 1 commit into
masterfrom
test_987036273
Draft

copybara-service[bot] wants to merge 1 commit into
masterfrom
test_987036273

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Sep 23, 2026 •

Copy link
Copy Markdown

Shrink sizes of per-size-class misses and overall cache misses from std::atomic<size_t> down to std::atomic<uint32_t>.
Since differences are computed with unsigned arithmetic wrapping and returned as size_t or handled correctly in comparisons, wrap around behaviors evaluate correctly and perfectly safe.

…td::atomic<size_t> down to std::atomic<uint32_t>.

Since differences are computed with unsigned arithmetic wrapping and returned as size_t or handled correctly in comparisons, wrap around behaviors evaluate correctly and perfectly safe.

PiperOrigin-RevId: 987036273

This branch has not been deployed

No deployments
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