[fpc-pascal]stack and heap sizes
Jonas Maebe
jonas at zeus.rug.ac.be
Tue Jan 7 08:43:05 CET 2003
On maandag, jan 6, 2003, at 22:40 Europe/Brussels, Mark Emerson wrote:
> This is extremely good news. Let me ask (to be certain I understand),
> can the stack effectively grow the the limit of memory? Or will there
> be an artificial ceiling?
I don't think there are any real limits, except when you have
multithreaded programs (then the stack is limited to +-1MB per thread
under Linux and to the value you specify using {$m ...} or with the -Cs
command line parameter under Windows due to OS/library limitations)
Jonas
More information about the fpc-pascal
mailing list