Re: [patch] Pack global state of forwprop to one structure

2015-09-22 Thread Richard Biener
On Mon, 21 Sep 2015, Martin Jambor wrote: > Hi, > > the following patch almost removes the global state of pass_forwprop. > Only almost, because the pass calls fold_const with its own valueize > function which uses lattices, and changing the prototype of valueize > (by adding a void *data

[patch] Pack global state of forwprop to one structure

2015-09-21 Thread Martin Jambor
Hi, the following patch almost removes the global state of pass_forwprop. Only almost, because the pass calls fold_const with its own valueize function which uses lattices, and changing the prototype of valueize (by adding a void *data parameter) is something I am not going to undertake without