Re: [cc65] HEAP from here to there

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-06-06 00:00:09
On Fri, Jun 05, 2009 at 07:32:10AM +0000, Thomas Giesel wrote:
> A way to have both, the maximal size of the HEAP segment and the freedom to
> put it into another memory area could be this: There could be a new attribute
> for a linker segment "maximize = yes". This shall mean that the segment goes
> up to the end of the current area (and must be the last one in this area).
> With this feature one could put the HEAP segment in any area and both, heap
> and stack can be calculated from HEAP_START and HEAP_END,

Moving the address calculations for the stack and heap into the config file
remove the need for such a new feature and it would even be more flexible,
because heap and stack could also be separated if desired.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat Jun 6 00:03:16 2009

This archive was generated by hypermail 2.1.8 : 2009-06-06 00:03:18 CEST