Re: [PATCH] Stream cgraph_node.ipa_transforms_to_apply

2012-11-06 Thread Martin Jambor
Hi, On Mon, Nov 05, 2012 at 12:15:50PM +0100, Jan Hubicka wrote: > > Hi, > > > > the following patch adds streaming ofcgraph_node.ipa_transforms_to_apply > > so that transformation phases of IPA passes are run in LTO too. It is > > done by simple streaming of pass.static_pass_number and then loo

Re: [PATCH] Stream cgraph_node.ipa_transforms_to_apply

2012-11-05 Thread Jan Hubicka
> Hi, > > the following patch adds streaming ofcgraph_node.ipa_transforms_to_apply > so that transformation phases of IPA passes are run in LTO too. It is > done by simple streaming of pass.static_pass_number and then looking > it up among all_regular_ipa_passes. > > Bootstrapped and tested on x

[PATCH] Stream cgraph_node.ipa_transforms_to_apply

2012-11-04 Thread Martin Jambor
Hi, the following patch adds streaming ofcgraph_node.ipa_transforms_to_apply so that transformation phases of IPA passes are run in LTO too. It is done by simple streaming of pass.static_pass_number and then looking it up among all_regular_ipa_passes. Bootstrapped and tested on x86_64-linux, req