This is the mail archive of the gcc@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]

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


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