comp.lang.ada
 help / color / mirror / Atom feed
From: "Marc A. Criley" <mcquadex@earthlink.net>
Subject: Very Large Arrays (VLAs)
Date: Mon, 29 Jan 2001 15:48:24 GMT
Date: 2001-01-29T15:48:24+00:00	[thread overview]
Message-ID: <3A7582BD.D51615EB@earthlink.net> (raw)

While it's certainly possible to declare very large constrained arrays,
where "very large" means an Index_Type'Range equaling or exceeding
Positive'Range, has anyone ever actually declared and used such an array
in production code?

(I'm not talking using such a type as in index for an _unconstrained_
array that is subsequently constrained to a smaller range, such as the
way the String type is managed.)

Array objects of such a type would obviously require a great deal of
storage, and when I've accidentally allocated such arrays in the past, a
Storage_Error was usually raised.

I'm not asking how one would go about managing such a VLA--just if any
production system has actually used such an array.

Thanks,

Marc A. Criley
Senior Staff Engineer
Quadrus Corporation
www.quadruscorp.com



             reply	other threads:[~2001-01-29 15:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-29 15:48 Marc A. Criley [this message]
2001-01-30  6:29 ` Very Large Arrays (VLAs) Robert Dewar
2001-01-30 12:20   ` Dale Stanbrough
2001-01-30 12:35     ` Florian Weimer
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox