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: cp_binding_level reorg


Sorry for the delayed response.  A few comments:

There's no reason for there to be a vtable chain in each binding level;
there should only be one global chain of vtables.

Rather than keep track of the length of the 'names' chain, we could use a
varray in wrapup_globals_for_namespace, but I suppose your way is OK too.

ChangeLog entries for a C++ patch should go into cp/ChangeLog.

Jason


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