This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


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

Re: [PATCH] Move per_thread::set() def from fork.cc to perthread.h


----- Original Message -----
From: "Christopher Faylor" <cgf@redhat.com>
To: <cygwin-patches@cygwin.com>
> >> If you mean that you've moved the inline methods into the source
file
> >> then I don't want to do that.
> >
> >No, just the virtuals.  Like Robert said, I don't believe they
inline.
>
> Actually, AFAICT, they do inline.  That's why I changed my mind.

??? How can a virtual function inline. Virtual functions are found
through the (Vague memory here ahhh) VMT ? anyway, to inline them the
compiler must know in advance the type of the object being operated on,
and for all foo* types that is *not* known.



Rob


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