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]

Re: Small cleanup in reload_cse_regs


> I don't see why it is desirable/necessary to turn reg_values into a statically
> allocated array.  Can you say something about why this is useful?

Avoids a call to alloca, which disables frame pointer elimination.

Bernd 



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