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: ia64 scheduling


On Sat, 23 Dec 2000, Brad Lucier wrote:

> Bernd:
>
> Will the changes you're adding to allow scheduling over extended
> basic blocks apply easily to architectures other then ia64, or will
> extensive architecture-specific changes be needed to use them
> on alpha or ia32?

In theory you can replace the second call to schedule_insns with a
call to schedule_ebbs in rest_of_compilation, and it should work.
You may need to add things like a call to find_basic_blocks afterwards,
since it destroys the CFG.
If you can get it to work I'd love to see whether it makes a difference.


Bernd


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