[Lldb-commits] [PATCH] D68549: make ConstString allocate memory in non-tiny chunks
Luboš Luňák via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 16 04:28:55 PDT 2019
llunak added a comment.
Thinking more about this, maybe this is really not the right place and the change should be done in BumpPtrAllocator? To me it seems rather unreasonable that it would double the allocation size only after 128 allocations. Surely by the time it has already allocated 128*4096=0.5MiB memory it could have decided to raise the allocation size much sooner?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68549/new/
https://reviews.llvm.org/D68549
More information about the lldb-commits
mailing list