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: finding dfa scheduler patch


>hello,
>
>I want to use the dfa schduler to schedule
>instructions. I will be grateful if anyone can guide
>me how to obtain the dfa scheduler patch Iam not
>really sure how to get it.
>
>regards,
>danish

The DFA scheduler has already been integrated into the main development tree
which is slated to become GCC 3.2.

This is available via the HEAD branch in CVS.

See http://gcc.gnu.org/cvs.html for checkout information.

If you would like to see what was changed to implement this, the bulk of it was
posted here:

http://gcc.gnu.org/ml/gcc-patches/2002-04/msg01524.html
http://gcc.gnu.org/ml/gcc-patches/2002-04/msg01525.html

Kelley Cook


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