From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,128f9cb06cca4d85 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-30 04:42:36 PST From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Very Large Arrays (VLAs) Date: 30 Jan 2001 13:35:06 +0100 Organization: RUS-CERT, University of Stuttgart, Germany Sender: rusfw@mercury.rus.uni-stuttgart.de Message-ID: References: <3A7582BD.D51615EB@earthlink.net> <955mvd$ca5$1@nnrp1.deja.com> NNTP-Posting-Host: mercury.rus.uni-stuttgart.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: hornet.rus.uni-stuttgart.de 980858424 20379 129.69.1.226 (30 Jan 2001 12:40:24 GMT) X-Complaints-To: abuse@cert.uni-stuttgart.de NNTP-Posting-Date: Tue, 30 Jan 2001 12:40:24 +0000 (UTC) User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!134.222.94.5!npeer.kpnqwest.net!nmaster.kpnqwest.net!blackbush.xlink.net!rz.uni-karlsruhe.de!news.uni-ulm.de!news.belwue.de!cert.uni-stuttgart.de!not-for-mail Xref: supernews.google.com comp.lang.ada:4700 Date: 2001-01-30T13:35:06+01:00 List-Id: Dale Stanbrough writes: > Robert Dewar wrote: > > > To allocate them is just a matter of available virtual > > memory. Clearly if you declare > > > > type x is array (Natural) of Natural; > > v : x; > > > > you are NOT going to succeed if you have only 32-bits of > > address space :-) > Unless of course Natural (being a subtype of Integer) is only 16 > bits long (which is all we can rely on ;-), and we have a 32 bit > environment. I'm not sure there are that many architectures like > that, but the older segmented intel architectures may have been > in this category. IIRC, the 80286 architecture only has 24 address bits.