[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] m68k-atari-mint-flags and m68k-atari-mint-stack
Hi Mark!
Mark Duckworth wrote:
> Both of those files aren't too necessary.
False!
Stack adjusts the stacksize of the program
True
which only matters for binary executables, libs don't have a stack AFAIK.
False
The default stack size is set staticaly to some value by the linker
(there is no command line option to adjust this IIRC) and therefore if
you have e.g. recursive algorithms that need some more stack space then
you _need_ this essentially. This is true for almost every second
application I've seen. There is an option to set the stack size also in
PureC and other compilers.
The flags program is the same, it adjusts memory flags,
like fastram, fastload, etc, also unnecessary on a cross compiler.
Hmm. sometimes there is a need to adjust these flags.... e.g. for .SLB?
Regards
Standa