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]
Other format: [Raw text]

[new-regalloc] Add the comments from HEAD


Hi,

this just adds all the comments I already added to HEAD, and removes some
#if 0 code.  It still bootstraps without regresssions on i686-linux.


Ciao,
Michael.
-- 
2002-07-11  Michael Matz  <matz@suse.de>

        * ra.c (flag_ra_improved_spilling): New.
        * ra.h (flag_ra_improved_spilling): Declare.
        * ra-rewrite.c (actual_spill): Use it, and call rewrite_program().

2002-06-27  Michael Matz  <matz@suse.de>

        * toplev.c (flag_new_regalloc): Add comment.
        * df.c (df_insn_table_realloc): Size param is absolute.
        * Makefile.in: Clean up header dependencies for ra*.o
        * doc/invoke.texi: Document -fnew-ra.
        * ra.c: Add comments everywhere.  Delete some #if 0'ed code.
        * ra.h: Ditto.
        * ra-build.c: Ditto.
        * ra-colorize.c: Ditto.
        * ra-debug.c: Ditto.
        * ra-rewrite.c: Ditto.

Attachment: new.diff.gz
Description: application/gunzip


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