<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Too many temporary expressions in shader freeze glLinkProgram"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94477#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Too many temporary expressions in shader freeze glLinkProgram"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94477">bug 94477</a>
              from <span class="vcard"><a class="email" href="mailto:mattst88@gmail.com" title="Matt Turner <mattst88@gmail.com>"> <span class="fn">Matt Turner</span></a>
</span></b>
        <pre>Thank you for the excellent bug report. I wish the average report was half this
good.

Running your example program with a profiler shows that the do_copy_propagation
and do_copy_propagation_elements passes are taking all the time.

I suspect this is because internally they use linked lists for the acp/kill
sets when they should be using hash tables. Ken fixed a similar problem in
commit 4654439fd.

I'll look into making this change.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>