diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-03-04 19:49:30 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-03-04 19:49:30 +0000 |
commit | ca9714470ec51ec52833eee46bca0062d92e92f3 (patch) | |
tree | 441122779c4c9022280288881e8ab58d46bfee1a /lib/MC/MCSectionELF.cpp | |
parent | 979869c28e5bc68e2d4d546c7019525177f1d399 (diff) |
raw_ostream: while it is generally desirable to do larger writes, it can lead to
inefficient file system buffering if the writes are not a multiple of the desired
buffer size. Avoid this by limiting the large write to a multiple of the buffer
size and copying the remainder into the buffer.
Thanks to Dan for pointing this out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCSectionELF.cpp')
0 files changed, 0 insertions, 0 deletions