This is the mail archive of the gcc@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: [RFC] Migrate pointers to members to the middle end


>>>>> "Dan" == Daniel Berlin <dberlin@dberlin.org> writes:

Dan> Just to be clear, we *already* have the class hierarchies in the
Dan> middle end.

Dan> They have been there for a few years now :)

Good point, thanks.

I don't think that is enough though, because I don't think the BINFO
slots mean the same thing in g++ and gcj.

Anyway, I don't want to derail this conversation.  If we really want
to strength reduce interface dispatch to virtual dispatch in LTO then
we'll need to find some relatively language neutral way to express
that.

Tom


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