sean yang wrote:
(1) if I want to dump a gimple tree representation of a program, where
should I start to look at? And I read gcc internal manual, the control
flow graph information is represented by BB data structure. If I want to
walk through a control flow graph, where should I start to look
Hi,
(1) if I want to dump a gimple tree representation of a program, where
should I start to look at? And I read gcc internal manual, the control flow
graph information is represented by BB data structure. If I want to walk
through a control flow graph, where should I start to look at?
(2) Ca