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: [PING] Function versioning and IPCP extension


On Thu, Jul 28, 2005 at 09:12:35AM -0700, Richard Henderson wrote:
> On Thu, Jul 28, 2005 at 07:49:37AM -0400, Diego Novillo wrote:
> > But it should not be hard to implement a mapping mechanism
> > between the original and versioned functions.
> 
> DECL_ABSTRACT_ORIGIN ?
> 
Perfect.

That gives us the child -> parent link.  The parent -> child link
may not be all that important.  One can always grep the dump
file.


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