diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-01-04 22:35:45 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-01-04 22:35:45 +0000 |
commit | b2e01b3707e23276a087f0f67edfc86082acdaa2 (patch) | |
tree | 9a7ecb400c6e432658aad0d36c4d184a4e59551a /unittests/Support | |
parent | 7c5c12bd4d60070c90161df9f6ae078c1f7b1ce5 (diff) | |
download | external_llvm-b2e01b3707e23276a087f0f67edfc86082acdaa2.zip external_llvm-b2e01b3707e23276a087f0f67edfc86082acdaa2.tar.gz external_llvm-b2e01b3707e23276a087f0f67edfc86082acdaa2.tar.bz2 |
Special case Recycler::clear(BumpPtrAllocator).
A BumpPtrAllocator has an empty Deallocate() method, but
Recycler::clear() would still call it for every single object ever
allocated, bringing all those objects into cache. As a bonus,
iplist::remove() will also write to the Prev/Next pointers on all the
objects, so all those cache lines have to be written back to RAM before
the pages are given back to the OS.
Stop wasting time and memory bandwith by using the new
clearAndLeakUnsafely() function to jettison all the recycled objects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support')
0 files changed, 0 insertions, 0 deletions