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: More large function breakup patches



  In message <Pine.SOL.3.90.981002151045.14944I@jennifer.informatik.rwth-aachen
.de>you write:
  > Here's another patch to break out pieces of reload into smaller functions.
  > Most of this affects the register elimination code; maybe this could even
  > be moved outside of reload1.c in a separate file.  There's some amount of
  > code duplication between flow.c/global.c/reload1.c in this area which could
  > possibly be avoided if some of the functionality was available in separate
  > functions.
  > 
  > Bernd
  > 
  > 	* reload1.c (reload): Break out some more pieces into separate
  > 	functions.
  > 	(dump_needs): New function, broken out of reload.
  > 	(set_initial_elim_offsets): Likewise.
  > 	(init_elim_table): Likewise.
  > 	(update_eliminables): Likewise.
Thanks!  Installed.
jeff


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