This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: finding dfa scheduler patch
- From: "Naveen Sharma, Noida" <naveens at noida dot hcltech dot com>
- To: Danish Samad <danishsamad at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 27 Jun 2002 15:38:36 +0530
- Subject: RE: finding dfa scheduler patch
> 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.
The patch is already is in the mainline sources.You can check the mainline
sources to see if a DFA description is written for your target or see
http://gcc.gnu.org/news/dfa.html if your target is listed there.
The gcc online internal manual describes how to use the DFA
scheduler ( in case you need to start writing a DFA description ).
Regards,
Naveen Sharma.