comp.lang.ada
 help / color / mirror / Atom feed
* Very Large Arrays (VLAs)
@ 2001-01-29 15:48 Marc A. Criley
  2001-01-30  6:29 ` Robert Dewar
  0 siblings, 1 reply; 4+ messages in thread
From: Marc A. Criley @ 2001-01-29 15:48 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-01-30 12:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-29 15:48 Very Large Arrays (VLAs) Marc A. Criley
2001-01-30  6:29 ` Robert Dewar
2001-01-30 12:20   ` Dale Stanbrough
2001-01-30 12:35     ` Florian Weimer

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