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

--- Comment #12 from Christoph Haag <haagch at frickel.club> ---
Yes, you are right. With CFLAGS and CXXFLAGS="-O2 -fno-inline-small-functions"
it does not crash.

Seems like the answers on stackoverflow apply here too and it's the inlined
functions that use up all the available stack memory. I don't know how that
works exactly but I guess all the local variables from the inlined functions
get added to the functions where they are inlined into, every time?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.freedesktop.org/archives/dri-devel/attachments/20160420/04054eab/attachment.html>

Reply via email to