This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
ra-debug.c: why?
- From: Zack Weinberg <zack at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 17 Jul 2002 16:39:19 -0700
- Subject: ra-debug.c: why?
Why is it necessary for the new register allocator to have a complete
copy of the RTL dumper with the format changed around? Now there are
two places to edit when we want to tweak the dump format, and two
different formats for developers to be familiar with. Also, having
one dump be in a different format from the others makes it impossible
to do side-by-side diff between successive dumps to determine what
changed.
zw