On Thu, Nov 29, 2012 at 11:58 PM, Steven Bosscher wrote:
> 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
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.
Bo