[all-commits] [llvm/llvm-project] da1fb2: Revert "[llvm] Add a way to speed up the speed in ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Feb 3 02:12:06 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: da1fb2bed806e4091a32da76bb870696e4694ec2
https://github.com/llvm/llvm-project/commit/da1fb2bed806e4091a32da76bb870696e4694ec2
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M llvm/include/llvm/Support/Allocator.h
M llvm/unittests/Support/AllocatorTest.cpp
Log Message:
-----------
Revert "[llvm] Add a way to speed up the speed in which BumpPtrAllocator increases slab sizes"
This reverts commit b848b510a8d52dbf50ee53a9a1ce844abb60d9bd as the unit tests
fail on the sanitizer bots:
/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/unittests/Support/AllocatorTest.cpp:145: Failure
Expected: SlabSize
Which is: 4096
To be equal to: Alloc.getTotalMemory()
Which is: 4097
More information about the All-commits
mailing list