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: tail call optimizations


On Thu, Mar 23, 2000 at 12:41:46AM -0800, Geoff Keating wrote:
> I was going to say that there would be _fewer_ tail calls in C++, but
> after a little thought I decided I couldn't be sure; because
> destructors may very often be tail calls.

Also consider the standard OO paradigm has you writing all sorts
of little accessor functions and such that massage a bit o data
here and there and pass off to someone else.


r~

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