summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section/main.c
diff options
context:
space:
mode:
authorKeno Fischer <kfischer@college.harvard.edu>2016-01-10 18:17:12 +0000
committerKeno Fischer <kfischer@college.harvard.edu>2016-01-10 18:17:12 +0000
commit875b122dfd85fe25d5b7ea92695275a51ce3b420 (patch)
treed5c1e032b27126ab622cee67ba48f2ddacdd2c43 /lldb/packages/Python/lldbsuite/test/python_api/section/main.c
parent7256059ef017346f50a91de6a19a58833bcfc8b3 (diff)
downloadbcm5719-llvm-875b122dfd85fe25d5b7ea92695275a51ce3b420.tar.gz
bcm5719-llvm-875b122dfd85fe25d5b7ea92695275a51ce3b420.zip
[SectionMemoryManager] Don't just drop the RO free list
In r255760, I optimized the SectionMemoryManager to make better use of virtual memory on platforms where the allocation granularity was bigger than the protection granularity. As part of this, fixing up the free list became more complicated and was moved into `applyMemoryGroupPermissions`. Unfortunately, I forgot to actually remove the call that drops the free list for RO memory (I did remove the corresponding one for RX memory), defeating the whole optimization. llvm-svn: 257293
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/main.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud