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]

Re: Information about Tree SSA


Andrea Callia D'Iddio wrote on 11/21/06 07:40:
Hi, i have read your article "Design and Implementation of Tree SSA"
and i need an explanation about the basic_block. How i can a build
the basic_block chain from a file?? I have read the API Documentation
and i have not found how to build the basic_block from a file .cfg
(control flow graph).

All those APIs are internal to the compiler. Unless you are implementing your functionality inside GCC itself, there is no easy way to get at this information.


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