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]

Re: [C++ PATCH]: Remove rtti cruft


Why do you inline get_base_offset into synthesize_tinfo_var?  You aren't
removing any actual code, and it seems clearer to me to leave it as a
subroutine.  In general, I'm a fan of functional abstraction.

In create_real_tinfo_var, why don't we use the mangled name for DECL_NAME,
too?

Jason


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