[PATCH] D71654: [llvm] Add a way to speed up the speed in which BumpPtrAllocator increases slab sizes

Artem Dergachev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 12:33:15 PST 2019


NoQ accepted this revision.
NoQ edited reviewers, added: NoQ; removed: dergachev.a.
NoQ added a comment.

Looks straightforward and useful, i don't see any problems, LGTM!



================
Comment at: llvm/include/llvm/Support/Allocator.h:140
+///
+/// The GrowthDelay specified after how many allocated slabs the allocator
+/// increases the size of the slabs.
----------------
I think it should be "specifies".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71654/new/

https://reviews.llvm.org/D71654





More information about the llvm-commits mailing list