<html>
    <head>
      <base href="https://bugs.documentfoundation.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - accelerating compile times by removing unnecessary header #include"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=42949#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - accelerating compile times by removing unnecessary header #include"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=42949">bug 42949</a>
              from <span class="vcard"><a class="email" href="mailto:mstahl@redhat.com" title="Michael Stahl <mstahl@redhat.com>"> <span class="fn">Michael Stahl</span></a>
</span></b>
        <pre>added a little script "bin/includebloat.awk" to sort the included
headers by "badness" i.e. total bytes parsed.

picking some of the low hanging fruit there (primarily
excessive boost header inclusion) reduced the preprocessor input
from 36151616031 to 28560693617, that's a 7.5 GB (20%) saving.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>