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: [C++ patch] fix thunks on PPC


On Sat, 2003-08-02 at 04:43, Jan Hubicka wrote:
> Hi,
> on PPC thunks are expanded as functions that are produced after
> expanding function thunks are needed for.  Such functions can not go
> into cgraph as it is already too late so we must expand them directly.
> 
> Ideally we probably can produce all thunks as normal functions and we
> should reorganize backend to optimize them in a way current thunk
> optimizing code does but that is very dificult.  I will try to work on
> that in the future.
> 
> Regtested/bootstrapped PPC with unit-at-a-time by default.  OK?

OK.

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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