compilation flow

Diego Novillo dnovillo@google.com
Fri Feb 15 18:34:00 GMT 2008


On 2/15/08 1:27 PM, Dasarath Weeratunge wrote:
> I'm trying to extract the C front end of GCC with all tree lowering
> passes, and call graph generation. I do not need ssa conversion. Is
> tree_rest_of_compilation the correct place to cut the compiler
> pipeline for this?

No.  See passes.c:init_optimization_passes.


Diego.



More information about the Gcc mailing list