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: On inlining in C++


dewar@gnat.com (Robert Dewar) writes:

| > I use C++ because it implicitly trusts the programmer; that is part of 
| > the core C++ philosophy.
| 
| Even the mechanism of dispatchinhg calls is completely undefined (and there
| are indeed two radically different mechanisms, one of which has no overhead
| from multiple inheritance, but costs quite a bit if you use MI). There are
| many things in C++ where the programmer has very little control (elaboration
| is another example).

So?

-- Gaby


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