Skip to content
Commit 4be74d51 authored by Qi Wang's avatar Qi Wang Committed by Qi Wang
Browse files

Consolidate the two memory loads in rtree_szind_slab_read().

szind and slab bits are read on fast path, where compiler generated two memory
loads separately for them before this diff.  Manually operate on the bits to
avoid the extra memory load.
parent 5f51882a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment