Skip to content

Make ResizeInfo::last_miss_cycles into a struct. - #527

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

Make ResizeInfo::last_miss_cycles into a struct.#527
copybara-service[bot] wants to merge 1 commit into
masterfrom
test_967146369

Conversation

@copybara-service

Copy link
Copy Markdown

Make ResizeInfo::last_miss_cycles into a struct.

Instead of “0” and “1”, have explicit names (underflow and overflow).
Note that this changes the in-memory layout; the underflow and overflow
values are now situated next to each other (which they were not earlier;
C's multidimensional array declarations are somewhat confusing, at least
to me), reducing the chance of a cache miss in the case where we use both.

Instead of “0” and “1”, have explicit names (underflow and overflow).
Note that this changes the in-memory layout; the underflow and overflow
values are now situated next to each other (which they were not earlier;
C's multidimensional array declarations are somewhat confusing, at least
to me), reducing the chance of a cache miss in the case where we use both.

PiperOrigin-RevId: 967146369
@google-cla

google-cla Bot commented Aug 19, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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.

0 participants