On Tue, Feb 24, 2004 at 11:50:38AM +0300, Dmitry wrote: > and i have no any info on 1612. Any link appreciated :)
I guess it is like the 1610. > Then.... > gcc will refer to 2k memory for globals, locals and stack. > malloc() already sharpen to work with '.heap' memory and user can use it for > large arrays. > > OR VICE VERSA :) -- 2k for heap and upper memory for stack, locals, globals, > etc... > > What do you think? It depends. Sometimes I like to have more heap, sometimes more stack. Is it possible to add some flags to be flexible in this manner? M.
