<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Debug/Function.o is 700k"
   href="https://bugs.llvm.org/show_bug.cgi?id=4370">bug 4370</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>System Library
           </td>
           <td>Core LLVM classes
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>rnk@google.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Debug/Function.o is 700k"
   href="https://bugs.llvm.org/show_bug.cgi?id=4370#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Debug/Function.o is 700k"
   href="https://bugs.llvm.org/show_bug.cgi?id=4370">bug 4370</a>
              from <span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span></b>
        <pre>I think I fixed the real problem this is referring to back in r258774, which
replaced the radix-y string prefix generated switch code with a plain binary
search.

My build (clang-cl, optimizations enabled, debug info enabled, asserts enabled)
has a Function.obj that's 2.9MB, so that's quite large relative to these
numbers, but the text is very very small, only 38618 bytes. The readonly data
is about 500KB, i.e. the tables of intrinsic data. The rest is debug info. I
don't think there's anything to do here. We need the intrinsic data tables
somewhere.</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>