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]

Re: Shorten_branches and max_skip patch (fwd)


----- Forwarded message from Joern Rennecke -----

>From amylaar@cygnus.co.uk  Fri Jul 23 00:24:35 1999
>From amylaar  Fri Jul 23 00:24:35 1999
Return-Path: <amylaar@cygnus.co.uk>
Received: (from alias@localhost)
	by cygnus.co.uk id AAA02240
	for amylaar@cygnus.co.uk; Fri, 23 Jul 1999 00:24:35 +0100 (BST)
Received: (qmail 2234 invoked by alias); 22 Jul 1999 23:24:34 -0000
Received: (qmail 2221 invoked from network); 22 Jul 1999 23:24:33 -0000
Received: from phal.cygnus.co.uk (root@194.130.39.5)
  by dns.cygnus.co.uk with SMTP; 22 Jul 1999 23:24:33 -0000
Received: (from amylaar@localhost)
	by phal.cygnus.co.uk (8.9.3/8.9.3) id AAA31169;
	Fri, 23 Jul 1999 00:24:14 +0100
From: Joern Rennecke <amylaar@cygnus.co.uk>
Message-Id: <199907222324.AAA31169@phal.cygnus.co.uk>
Subject: Re: Shorten_branches and max_skip patch
In-Reply-To: <19990723001409.42163@atrey.karlin.mff.cuni.cz> from Jan Hubicka at "Jul 23, 1999  0:14: 9 am"
To: hubicka@atrey.karlin.mff.cuni.cz (Jan Hubicka)
Date: Fri, 23 Jul 1999 00:24:14 +0100 (BST)
Cc: amylaar@cygnus.co.uk, egcs-patches@cygnus.com
X-Mailer: ELM [version 2.4ME+ PL47 (25)]

> imagine following code:
> .align 5,,2
> <20 bytes of code>
> jmp label
> .align 5
> label:
> .align 6
> 
> The align_log of jmp will point to first increasing alignment, previous
> one was 5 so next one is .align 6 right?

No.  The uid_align of jmp will point to the very next alignment,
to the .align 5.

----- End of forwarded message from Joern Rennecke -----


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