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]

Re: CFG


On Wed, Jun 28, 2000 at 06:35:50PM -0300, Marcio de Oliveira Buss wrote:
> 	Thus, is there an answer for this question?
> 	"what is the compilation point where I could take the most
>  optimized CFG for a function to build another structure based on that
>  CFG?" And which is the file representing this point.

You can rebuild the CFG at almost any point before delayed-branch
scheduling.  I.e. before dbr_schedule.  Of course, what you have in
mind fror "build another structure" may also influence where things
may occur.


r~

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