This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question about insn lengths
- From: DJ Delorie <dj at redhat dot com>
- To: pontus at lysator dot liu dot se
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 2 Nov 2004 09:58:52 -0500
- Subject: Re: Question about insn lengths
- References: <n6654ofuip.fsf@nazgul.lysator.liu.se>
If you don't mind changing the assembler, you can add a pseudo-op
that says "this is the end of a loop, pad to 6 words if needed"
loop_top:
...
.loopend loop_top
...
Perhaps a generic "optional padding here" pseudo would be more useful.