aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/FileOutputBufferTest.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2013-06-27 00:10:26 +0000
committerSean Callanan <scallanan@apple.com>2013-06-27 00:10:26 +0000
commit70cac8fd817cb1cfc6a120a8cda3b1a601bf6515 (patch)
treeae62221a346ddb06870bdaaa55f472323543ec86 /llvm/unittests/Support/FileOutputBufferTest.cpp
parentba2c0b9de10cef942822568ab44fd0a81499a4c3 (diff)
downloadllvm-70cac8fd817cb1cfc6a120a8cda3b1a601bf6515.zip
llvm-70cac8fd817cb1cfc6a120a8cda3b1a601bf6515.tar.gz
llvm-70cac8fd817cb1cfc6a120a8cda3b1a601bf6515.tar.bz2
Remove the process's reservation cache and don't
bother checking if a region is safe to use. In cases where regions need to be synthesized rather than properly allocated, the memory reads required to determine whether the area is used are - insufficient, because intermediate locations could be in use, and - unsafe, because on some platforms reading from memory can trigger events. All this only makes a difference on platforms where memory allocation in the target is impossible. Behavior on platforms where it is possible should stay the same. <rdar://problem/14023970> llvm-svn: 185046
Diffstat (limited to 'llvm/unittests/Support/FileOutputBufferTest.cpp')
0 files changed, 0 insertions, 0 deletions