This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: impact of -minsert-sched-nops
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 24 Nov 2003 15:46:08 -0500 (EST)
- Subject: Re: impact of -minsert-sched-nops
- References: <200311241926.OAA40832@bromo.msbb.uc.edu>
David,
Well, as I understood it, the -minsert-sched-nops feature could be
enabled through either -mcpu=970 or -mcpu=G5 or -mcpu=power4 (which
would make the code G5 specific) or just through -minsert-sched-nops
which would limit the change to that optimization leaving the code
G4 compatible. Or am I missing something here?
Jack