This is the mail archive of the gcc-patches@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: [PATCH] final.c max_skip without p2align


>>>>> Joern Rennecke writes:

Joern> The align_fuzz function compensates for varying offsets due to the effects of
Joern> local code sizes on alignments, as long as alignments are applied everywhere
Joern> where they are expected.  The code such generated will allow arbitrary shrinkage
Joern> of code without branches getting out of range.
	
	ASM_OUTPUT_MAX_SKIP_ALIGN use of p2align means that the alignment
will not be applied everywhere.

David


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