On Tue, Oct 2, 2012 at 3:14 AM, Vladimir Makarov <vmaka...@redhat.com> wrote: > My experience shows that these lists are usually 1-2 elements. Although in > this case, there are pseudos with huge number elements (hundreeds). I tried > -fweb for this tests because it can decrease the number elements but GCC (I > don't know what pass) scales even worse: after 20 min of waiting and when > virt memory achieved 20GB I stoped it.
Ouch :-) The webizer itself never even runs, the compiler blows up somewhere during the df_analyze call from web_main. The issue here is probably in the DF_UD_CHAIN problem or in the DF_RD problem. Ciao! Steven