[all-commits] [llvm/llvm-project] 46e560: Reland "[llvm] Add a way to speed up the speed in ...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Feb 3 03:06:39 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 46e5603c8a08de6c5983ed7eb4f12828bbfcbd78
      https://github.com/llvm/llvm-project/commit/46e5603c8a08de6c5983ed7eb4f12828bbfcbd78
  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:
  -----------
  Reland "[llvm] Add a way to speed up the speed in which BumpPtrAllocator increases slab sizes""

Disable the red zone in the unit test allocator to fix the test errors in sanitizer builds.
The red zone changed the amount of allocated bytes which made the test fail as it
checked the number of allocated bytes of the allocator.




More information about the All-commits mailing list