summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-10-17 00:02:32 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-10-17 00:02:32 +0000
commit755420c08538a8b4624175445af3c9dcf241b413 (patch)
treee9feb52f2c6566b5296621e56016f8b2de96766a /lldb/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py
parentf4f120125eade60089b45b4679bb3f34bbd96b86 (diff)
downloadbcm5719-llvm-755420c08538a8b4624175445af3c9dcf241b413.tar.gz
bcm5719-llvm-755420c08538a8b4624175445af3c9dcf241b413.zip
Revert "make ConstString allocate memory in non-tiny chunks"
As discussed in https://reviews.llvm.org/D68549, the actual issue here seems to be that the BumpPtrAllocator is growing far too slow because of the 256 different StringPools used as the backend for ConstString. At the same time the original patch made ConstString allocate memory in 256MiB slabs for the same reason, meaning that the RSS usage of LLDB increased by a few hundred MiB for all users without bringing any noticeable speedup for most of them. llvm-svn: 375062
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud