This is the mail archive of the gcc-bugs@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 candidate for PR target/16665 (Was: Re: Quo vadis, thunk?)


Joern Rennecke wrote:

Here is the SH specific patch to go with the cp/method.c patch.
So far I have only checked that the assembly looks right.
(for sh5-compact and sh5 at -O0 and -O2, with and without -fpic).


*Technically* the number of thunks to a function is unbounded, so you could still get so many of them that you had an out-of-range branch. In practice, I wouldn't expect that to happen.

FYI,

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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