This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: More large function breakup patches
- To: Bernd Schmidt <crux at Pool dot Informatik dot RWTH-Aachen dot DE>
- Subject: Re: More large function breakup patches
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 02 Oct 1998 11:22:36 -0600
- cc: egcs-patches at cygnus dot com
- Reply-To: law at cygnus dot com
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