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: proper tail recursion for gcc


On Thu, Jul 20, 2000 at 08:24:59AM -0700, Mark Mitchell wrote:
>     Zack> We don't sibcall optimize this, but we could and probably
>     Zack> should.  [Perhaps this is the sort of thing that would be
>     Zack> handled by the "better tree-based sibcall optimizer" coming
>     Zack> RSN?]
> 
> Yup.  Except that RSN isn't on anybody's schedule, so far as I know. :-(

could you mail me the plans/thoughts for the tree-based sibcall
optimized? i'd really like to do work in this direction. i also
learned that the sibcall optimizer does optimize non-static calls on
some platforms, like the sparc. on alpha and i386 it does not,
however. i'd like to look into this issue also, as these are my
primary development targets.

bye
schani

-- 
Mark Probst
Student, Programmer
http://www.complang.tuwien.ac.at/~schani/

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