This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about insn lengths


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]