salit@bein.cs.duke.edu (Salit Levy Gazit) (04/07/89)
Hello I am not a reader of this newsgroup, so this question may have been asked before. I am using a SUN 3/50 with 2MB memory. My program needs a large (~300-400K) array of integers, but the C compiler allows only ~120K for static array definitions. I think the array can be allocateed dynamically by one of the alloc commands, but I prefer to keep it static if possible (faster runtime). Any idea? Please respond by e-mail. Thanks in advance. Salit salit@cs.duke.edu