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 wrt. scratch allocation



  In message <Pine.GSO.4.02A.9810191144400.27612-100000@matula.informatik.rwth-
aachen.de>you write:
  > We no longer need to compute max_scratch; the only user in local-alloc.c
  > was deleted.
  > 
  > Bernd
  > 	* combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg.  All
  > 	callers changed.
  > 	(try_combine): Don't update max_scratch.
  > 	* flow.c (max_scratch, num_scratch): Delete variables.
  > 	(life_analysis_1): Don't initialize max_scratch.
  > 	(propagate_block): Don't update max_scratch.
  > 	(mark_set_1): Don't increment num_scratch.
  > 	* regs.h (max_scratch): Delete declaration.
Thanks.  Installed.

jeff



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