On 6/13/08 3:27 AM, Richard Guenther wrote:
But probably pulling them in on-demand is a more practical approach (after all this huge number of vars is also the cause of the slowness of alias computation and partitioning in this testcase).
I agree, and the end result would be the same. By the time we're ready to stream out gimple_referenced_vars(), all the symbols we need should be in that vector.
Diego.