Re: [PATCH IRA] save a call to init_reload

2016-04-26 Thread Jeff Law
On 04/11/2016 08:10 PM, Vladimir Makarov wrote: On 04/10/2016 11:24 PM, Zhouyi Zhou wrote: save a function call to init_reload when using lra, also remove the a type error in reload1.c because init_reload is called only once when compile process, the performance reduction may not be

Re: Re: [PATCH IRA] save a call to init_reload

2016-04-12 Thread Zhouyi Zhou
Thanks Vladimir for reviewing my patch. > Thank you for the patch. The toplev.c part of the patch is ok for stage 1. > > As for reload1.c part, I don't see what you actually changed. > Please forgive my innocence, I have mistakenly thought the form-feed character "^L" in line 415 is a type

Re: [PATCH IRA] save a call to init_reload

2016-04-11 Thread Vladimir Makarov
On 04/10/2016 11:24 PM, Zhouyi Zhou wrote: save a function call to init_reload when using lra, also remove the a type error in reload1.c because init_reload is called only once when compile process, the performance reduction may not be significant when compiling multi function source files.