This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Recursion Optimization
- To: Zack Weinberg <zack@bitmover.com>
- Subject: Re: Recursion Optimization
- From: Kevin Atkinson <kevinatk@home.com>
- Date: Tue, 17 Aug 1999 01:07:06 -0400
- CC: gcc@gcc.gnu.org
- References: <199908161800.LAA25487@zack.bitmover.com>
Zack Weinberg wrote:
>
> where push, pop, and stack_empty are operations on some generic stack.
> By doing this, you avoid having to push "stop", the return address,
> the frame pointer, any call-saved registers, and so on. It can be a
> *huge* win in terms of stack usage.
What about speed, assuming there is enough memory?
--
Kevin Atkinson
kevinatk@home.com
http://metalab.unc.edu/kevina/