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]

Re: gcc 3.0.1 & C++ ABI issues



> IIRC, Mark felt that the added complexity would not be worth the possible
> gain.

Right.  There's no question it's a theoretical win, but the question
is how much will it speed up any reasonable program.  I polled a panel
of C++ luminaries, and everyone agreed that they only use empty
parameters when the function called is `inline', and if we inline then
we can certainly elide the thing, so there's not really much win.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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