<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12/7/2016 10:27 AM, Viacheslav
      Nikolaev via llvm-dev wrote:<br>
    </div>
    <blockquote
cite="mid:CAD7aOO0J2h+ingpKhepETdPt=mGi7Dcgj4Wp6rMa-BbDA5w20Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">> I believe it’ll always forward
          directly to raw_fd_ostream::write_impl(), which is calling the
          libc ::write().</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">Do you mean raw_fd_ostream somehow
          overrides the operator<< the code for which I extracted?</div>
        <div class="gmail_extra">I cannot see if that is so. And I
          really saw it didn't albeit in a very old master.</div>
      </div>
    </blockquote>
    <br>
    dbgs() is unbuffered, so the condition "Size > (size_t)(OutBufEnd
    - OutBufCur)" is always true.<br>
    <br>
    -Eli<br>
    <pre class="moz-signature" cols="72">-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project</pre>
  </body>
</html>