Re: [cc65] dummy questions...

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-02-18 13:39:54


On Mon, Feb 18, 2002 at 07:20:38AM -0500, Keates, Mark wrote:
> Aren't both of these 'solvers' recursion based?
> Would the standard cc65 stack frames cope with this?

Standard C stack size is 2K on most architectures. The return address goes
onto the hardware stack, which is more limited so regardless of the C stack
size, a recursion depth around 128 is the theoretical maximum (real life
values are ~100 for most platforms).

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-02-18 13:39:53 CET