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



  In message <Pine.GSO.4.02A.9810121627040.25421-100000@matlock.informatik.rwth
-aachen.de>you write:
  > 	* reload1.c (reg_values): Turn into an array.
  > 	(reload_cse_regs): Don't allocate it.  Always clear it with bzero.
  > 	Merge the two if statements that forget all register values.
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?

The other changes sound like good ideas though.

jeff


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