[Bug 94681] dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.23 takes 25 minutes to compile

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 17 20:25:32 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=94681

--- Comment #2 from Matt Turner <mattst88 at gmail.com> ---
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?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20160817/6b3d38ae/attachment.html>


More information about the intel-3d-bugs mailing list