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


    Why?  Because we'll have no way to know the proper return pointer
    since the callee returns directly to the parent of the caller.  And
    without the proper return pointer, how are we supposed to know where
    to vector the exception?

Doesn't this only matter if the function doing the tail call has a
handler?

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