Thanks very much. I am planning to use this output to help me add some
debugging features to GDB, involving temporal logic, but the
optimizations involve using a CFG. The dream for my project would be
to add an option to GC to print the CFG data to a file, and then parse
it and do some analysis o
Call dump_flow_info() defined in cfg.c to output the pred and succ of
each block. You can use this output to construct the CFG.
Maybe the software graphviz can help you to visualize the CFG.
On 10/16/06, Rob Quill <[EMAIL PROTECTED]> wrote:
Hi,
Does anyone know if it is possible to view/acces