[Bug 94477] Too many temporary expressions in shader freeze glLinkProgram

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 11 20:08:25 UTC 2016


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

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

-- 
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/20160311/e6e3e276/attachment.html>


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