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: Scheduler and GCC CFG


> 	sched-rgn.c has a comments implying that it should be converted to
> use the new cfg code and flow.c.  Is the current CFG code in GCC suppose
> to be complete enough to express all of the dominance and successor
> information needed by the scheduler or is CFG suppose to be expanded as
> necessary?
There should be enought infrastructure to do that.
I did small experiment with converting the extended block scheduling to
the CFG code and it wasn't dificult, so I guess sched-rgn should be easy
too.

I dind't contributed superblock scheduling code yet, since I never was
able to benchmark it seriously (Athlon is not best platform for such a
kind of work and I get mixed results there).  I will try to take a look
after merging the register tracking bits into rtlopt branch.

Honza
> 
> Thanks, David


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