www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/01/19/17:53:14

Date: Tue, 19 Jan 1999 17:51:44 -0500
Message-Id: <199901192251.RAA19184@envy.delorie.com>
From: DJ Delorie <dj AT delorie DOT com>
To: djgpp AT delorie DOT com
In-reply-to:
<Pine DOT GSO DOT 3 DOT 96 DOT 990119173555 DOT 10434A-100000 AT leonard DOT DMS DOT UMontreal DOT CA>
(message from David Boily on Tue, 19 Jan 1999 22:40:09 GMT)
Subject: Re: static array limit size?
References: <Pine DOT GSO DOT 3 DOT 96 DOT 990119173555 DOT 10434A-100000 AT leonard DOT DMS DOT UMontreal DOT CA>
Reply-To: djgpp AT delorie DOT com

> is there a limit as to the size of a static array?

No, but there is a limit to the size of an *automatic* array (one that
lives on the stack), as your stack is limited (use stubedit to change
it, or read the FAQ).

There is no 640k limit in DJGPP.

There is a 512k limit for the default stack, and you're probably
hitting it.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019