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: Unit at a time 2/3 - backward inlining, local functions


> Jan Hubicka <jh@suse.cz> writes:
> 
> > Hi,
> > this patch adds an optimization of local functions (functions visible only
> > inside current unit that are not dereferenced, so calling convention can be
> > modified)
> 
> It took me a few moments to figure out that you meant "whose addresses
> are never taken" by "dereferenced."  Maybe use that terminology instead?
Yes, that is fine for me.
I finally have to leave for a vacation, but will update the patch at
sunday.

Honza
> 
> zw


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