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++] -fvtable-gc reorg


This looks better, though the comment in cp-tree.def and for
build_table_entry_ref need to be updated.  And the CALL_EXPR case there can
go away now.

If you want to look at handling pointers to member functions,
expand_ptrmemfunc_cst seems like the place to do it.  PMFs at file scope
will be a problem, since there's no RTL to attach the note to...perhaps we
should just call asm_emit_vtable_entry from the build_vtable_entry_ref in
that case.

Jason


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