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: PATCH: improve vtable emission


On Monday, December 30, 2002, at 11:58 AM, Mark Mitchell wrote:

And why do we need to do this again?  Oh, I see; dynamic_classes is
misnamed.  Please rename it to something else more intuitive.
Suggestions?  I left it as dynamic_classes because I couldn't think
of a name that was both accurate and manageable.  (The actual
concept, as described in a comment, is something like "classes
whose vtables should be emitted.)  classes_to_emit isn't too awful
a name, but I'm not sure it's really an improvement on
dynamic_classes.

Next step, of course, is to make the same sort of changes for rtti
that I've done for vtables.  But I'll do that separately.

			--Matt


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