This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR tree-optimization/24888 (twice declared vars in inliner)


Jan Hubicka <jh@suse.cz> writes:

> this patch avoids inliner from adding variables to unexpanded_var_list multiple
> times that should save some memory/compilation time especially in cascaded
> inlining.
> 
> :ADDPATCH middle-end:
> Bootstrapped/regtested ppc-linux, OK?
> 
> 2006-07-23  Jan Hubicka  <jh@suse.cz>
> 	PR tree-optimization/24888
> 	* tree-inline.c (expand_call_inline): Do not re-record variables.
> 	(declare_inline_vars): Add variable to unexpanded_var_list.

This is OK.

Thanks.

:REVIEWMAIL:

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]