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
Loading
Please register or sign in to comment