summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-03-03 17:31:26 -0800
committerEric Anholt <eric@anholt.net>2014-03-03 17:42:34 -0800
commite21c8b58b65f034522edc1b0ecd97edbf100525a (patch)
tree614a920b10ad2d5beb3dbde65bc3b3cdfbff818b /RELEASING
parent46d451c9a9514df9de01df647a3f397c5b5d7d1a (diff)
intel: Massively simplify the BO cache.HEADmaster
At least since I added the sizes in between the powers of two, the whole bucketing idea to try and approach O(1) search in the cache has been defeated by an up-to-56-step search for which bucket to look in. Instead, just walk up to the whole cache every time. We don't expect the number of entries in the cache to be that large, and it means we don't need to round up our initial allocation size, saving memory.
Diffstat (limited to 'RELEASING')
0 files changed, 0 insertions, 0 deletions