This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: finding dfa scheduler patch
- From: Kelley Cook <kelley dot r dot cook at gm dot com>
- To: Danish Samad <danishsamad at yahoo dot com>, gcc at gcc dot gnu dot org
- Date: Thu, 27 Jun 2002 14:51:08 -0400
- Subject: Re: finding dfa scheduler patch
- References: <20020627094446.47850.qmail@web13202.mail.yahoo.com>
>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