Skip to content
Commit acf08420 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

raw_ostream: If writing a string that is larger than the buffer, write it...

raw_ostream: If writing a string that is larger than the buffer, write it directly instead of doing many buffer-sized writes.

This caps the number of write(2) calls per string to a maximum of 2.

llvm-svn: 127010
parent 3b83d63a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment