Re: [pph] Fix global variable assembly ordering (issue4627087)

2011-07-04 Thread Diego Novillo
On Fri, Jul 1, 2011 at 21:35, Gabriel Charette wrote: > As variables are discovered (while parsing the header) they are added to the > varpool and their RTL is built. > > We do not stream, nor the varpool, nor the RTL (and I don't think we want to > + that wouldn't > work with multiple pph). Ri

[pph] Fix global variable assembly ordering (issue4627087)

2011-07-01 Thread Gabriel Charette
As variables are discovered (while parsing the header) they are added to the varpool and their RTL is built. We do not stream, nor the varpool, nor the RTL (and I don't think we want to + that wouldn't work with multiple pph). We want to rebuild the varpool when streaming the global variables o