This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Software Pipelining
- From: "Syed Rauf" <syedrauf at apollo dot net dot pk>
- To: <gcc at gcc dot gnu dot org>
- Date: Sun, 30 Dec 2001 16:54:58 +0500
- Subject: Software Pipelining
I have looked into the code there are terms like apilogue and prologue used
in the code which make me believe that GCC support software pipelining. Also
there are function that perform delay slots and prediction of branch. My
question is is it true that GCC support software pipelining? and if yes then
what kind of optimization GCC does to support software pipelining.
Regards
Syed Rauf