Description[base] Probe hashmap using indices rather than pointers
Using indices rather than pointers to probe the hashmap lets us
unconditionally mask the index to ensure it wraps around, rather than
branching on the pointer value. This produces slightly more optimal
code.
Committed: https://crrev.com/3abfc3370938a430f318153f843f42d98eef56e1
Cr-Commit-Position: refs/heads/master@{#40967}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|