This is the mail archive of the gcc-patches@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: Small cleanup & fix for haifa scheduler


On Fri, 24 Nov 2000, Richard Henderson wrote:

> On Fri, Nov 24, 2000 at 05:35:33PM +0000, Bernd Schmidt wrote:
> > BTW, would anyone object if I split up haifa-sched.c into a couple of
> > separate files?
> 
> What sort of separate files?

For example, sched_analyze_* and its helpers could go into a separate file.
They might even be useful for other passes than the scheduler eventually.
The visualization stuff could also be moved out of line.  I simply find it
easier to edit a file if there isn't tons of stuff in it that isn't
interesting.

> There's bits that do scheduling, bits that do dependancy chaining,
> and a bunch of cfg/region stuff that we'd like to nuke.

The cfg stuff is another candidate, but if we're going to nuke it anyway...


Bernd


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