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: [PATCH IRA] save a call to init_reload


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 significant when compiling multi
function
source files.

Thank you for the patch.  The toplev.c part of the patch is ok for stage 1.
And I've committed it to the trunk.

jeff


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