Skip to content

Fix slab prefetch address on Pop fast path. - #715

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

Fix slab prefetch address on Pop fast path.#715
copybara-service[bot] wants to merge 1 commit into
masterfrom
test_978603438

Conversation

@copybara-service

Copy link
Copy Markdown

Fix slab prefetch address on Pop fast path.

The result is at current - 1, the pointer to the next object is at current -2 (where the PrefetchNextObject targets), and the slab address to prefetch is at current - 3.

The result is at current - 1, the pointer to the next object is at current -2 (where the PrefetchNextObject targets), and the slab address to prefetch is at current - 3.

PiperOrigin-RevId: 978603438
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