[C++ patch] Hookize output_vtable_inherit

Jan Hubicka jh@suse.cz
Mon Jun 23 15:39:00 GMT 2003


> On Sat, 2003-06-21 at 12:06, Jan Hubicka wrote:
> > 
> > Hi,
> > this patch adds hooks to assemble_variable to deal with output_vtable_inherit
> > as discussed earlier.   I didn't find pleasant way to discover virtual tables
> > and vtts, so I simply look for them in the list.
> 
> That's no good; let's not turn what used to be a constant-time operation
Agreed :)  I just hoped you will know easy answer how to recognize them.
> into a linear-time operation.  Add a mark bit if you need one.

OK, where can I add such a mark bit? (adding anything into tree
structure is black magic for me)

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



More information about the Gcc-patches mailing list