[clang-tools-extra] [llvm] [Support] Move raw_ostream::tie to raw_fd_ostream (PR #97396)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 2 10:52:46 PDT 2024


MaskRay wrote:

Unneeded `tie` for non-fd streams do cause performance issues. I recall that `flush_tied_then_write` contributed noticeable overhead in MC: https://reviews.llvm.org/D145791#4185609 

https://github.com/llvm/llvm-project/pull/97396


More information about the cfe-commits mailing list