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]

[patch] use pretty-print for slim RTL printing


Hello,

This patch rewrites sched-vis.c, and graph.c, to use the pretty-print
machinery. This makes it easier to add GIMPLE cfg dumping also,
because all tree/gimple dumping is done via pretty-print. It also
removes the ugly (and unsafe?) static print buffers that sched-vis.c
and its users had.

Bootstrapped&tested on powerpc64-unknown-linux-gnu. OK for trunk?

Ciao!
Steven

Attachment: print-rtl-slim_2.diff
Description: Binary data


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