Re: Drop target_option_node reconstruction logic.

2014-11-19 Thread H.J. Lu
On Wed, Nov 19, 2014 at 10:11 AM, Jan Hubicka wrote: >> On Fri, Nov 14, 2014 at 11:13 AM, Jan Hubicka wrote: > nz >> > Hi, >> > this patch kills lto's code to rebuilt DECL_FUNCTION_SPECIFIC_TARGET from >> > target >> > attributes. This code was never complete and it should be no-op now when >>

Re: Drop target_option_node reconstruction logic.

2014-11-19 Thread Jan Hubicka
> On Fri, Nov 14, 2014 at 11:13 AM, Jan Hubicka wrote: nz > > Hi, > > this patch kills lto's code to rebuilt DECL_FUNCTION_SPECIFIC_TARGET from > > target > > attributes. This code was never complete and it should be no-op now when > > we save > > tehe target nodes. > > It also makes free_land_

Re: Drop target_option_node reconstruction logic.

2014-11-19 Thread H.J. Lu
On Fri, Nov 14, 2014 at 11:13 AM, Jan Hubicka wrote: > Hi, > this patch kills lto's code to rebuilt DECL_FUNCTION_SPECIFIC_TARGET from > target > attributes. This code was never complete and it should be no-op now when we > save > tehe target nodes. > It also makes free_land_data_in_decl to act

Re: Drop target_option_node reconstruction logic.

2014-11-15 Thread Richard Biener
On November 14, 2014 8:13:15 PM CET, Jan Hubicka wrote: >Hi, >this patch kills lto's code to rebuilt DECL_FUNCTION_SPECIFIC_TARGET >from target >attributes. This code was never complete and it should be no-op now >when we save >tehe target nodes. >It also makes free_land_data_in_decl to actually

Re: Drop target_option_node reconstruction logic.

2014-11-14 Thread Jan Hubicka
> On 2014.11.14 at 20:13 +0100, Jan Hubicka wrote: > > this patch kills lto's code to rebuilt DECL_FUNCTION_SPECIFIC_TARGET from > > target > > attributes. This code was never complete and it should be no-op now when > > we save > > tehe target nodes. > > It also makes free_land_data_in_decl to

Re: Drop target_option_node reconstruction logic.

2014-11-14 Thread Markus Trippelsdorf
On 2014.11.14 at 20:13 +0100, Jan Hubicka wrote: > this patch kills lto's code to rebuilt DECL_FUNCTION_SPECIFIC_TARGET from > target > attributes. This code was never complete and it should be no-op now when we > save > tehe target nodes. > It also makes free_land_data_in_decl to actually anota

Drop target_option_node reconstruction logic.

2014-11-14 Thread Jan Hubicka
Hi, this patch kills lto's code to rebuilt DECL_FUNCTION_SPECIFIC_TARGET from target attributes. This code was never complete and it should be no-op now when we save tehe target nodes. It also makes free_land_data_in_decl to actually anotate all function bodies with a default option node. The r