Strange conditional jumps on the POWER4
Roger Sayle
roger@www.eyesopen.com
Tue Apr 8 15:50:00 GMT 2003
> N7
> -O2 -mcpu=power4: 92
> -O2 -mcpu=power4 -ffunction-sections -fdata-sections: 139
>
> Most is alignment, the rest is scheduling quirk.
Funny how it isn't possible to align instructions in the AIX
assembler, you mentioned it doesn't support .p2align. Is there
anyway it can be done by explicitly inserting nops into the insn
stream? Perhaps via machine-dependent reorg or something similar?
I've no idea whether GCC already has support for aligning
instructions without the assistance of assembler pseudo-ops?
Roger
--
More information about the Gcc
mailing list