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 Mon, Mar 20, 2000 at 10:38:48AM -0700, Jeffrey A Law wrote:
>   > PS.  You, or was it Mark, said that some of the code would probably go 
>   > when we moved to a tree-based implementation.  Will that still work with 
>   > tail-calling libcalls?  (For that matter, does the current implementation 
>   > work with libcalls?)
> Not sure if it works with libcalls.  Good question.

It doesn't.  Though there's no reason for it except that
libcalls don't share enough code with normal calls.


r~

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