This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How to activate instruction scheduling in GCC?
- From: petruk_gile <petsbags at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 29 Jul 2007 18:58:39 -0700 (PDT)
- Subject: How to activate instruction scheduling in GCC?
Hi ALL
I'm a pure beginner in GCC, and currently working on a project to implement
instruction scheduling for a new DSP processor. This processor doesn't have
pipeline interlock, so the compiler HAVE to schedule the instruction without
relying on hardware help anymore ....
The problem is, I'm a very beginner in GCC. I think the scheduling in GCC is
activated by INSN_SCHEDULING variable (in automatically generated file:
insn-attr.h), but I don't even know how to activate this variable.
Any help would be appreciated....
--
View this message in context: http://www.nabble.com/How-to-activate-instruction-scheduling-in-GCC--tf4167590.html#a11857079
Sent from the gcc - Dev mailing list archive at Nabble.com.