This is the mail archive of the gcc@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]

compilation flow


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?

thanks,
-- dasarath


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