<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.23 takes 25 minutes to compile"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94681#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.23 takes 25 minutes to compile"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94681">bug 94681</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>Okay, the problem is that there are a ton of untyped_surface_writes, which
"have side effects" and are therefore treated as barrier dependencies.
add_barrier_dep() walks over the whole list of instructions in the basic block
(of which there are about 10 thousand).

It seems a bit absurd to add a dependency on instructions on the other side of
another barrier...

Maybe we could go ahead and schedule pending instructions when we see a barrier
instead of doing all of this work?</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>