Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!think!ames!ucbcad!ucbvax!HI-MULTICS.ARPA!Erstad From: Erstad@HI-MULTICS.ARPA Newsgroups: comp.sys.apollo Subject: Stack Size Limit Message-ID: <870624223226.029753@HI-MULTICS.ARPA> Date: Wed, 24-Jun-87 18:32:00 EDT Article-I.D.: HI-MULTI.870624223226.029753 Posted: Wed Jun 24 18:32:00 1987 Date-Received: Fri, 26-Jun-87 07:06:11 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 7 Can anyone tell me why Domain Pascal limits (local data structures + code) to 262144 (2**18) for all procedures. This forces one to declare these items statically at a higher level than desirable. In some cases, I have used dynamic allocation within a procedure of the large structure, but have run into problems (apparent bugs, jury still out) with pointers to large data structures (1-8MB).