Re: Largest size array in Gnat 2005 for the PC?
- From: Pascal Obry <pascal@xxxxxxxx>
- Date: Tue, 30 Oct 2007 15:47:44 +0100
ME a écrit :
so then
Type My_Array is array (1..Long_Long_Integer'last) of record...
is fine?
No this can't possibly work it is far too big to fit on the stack and
too big to fit on the heap too. There is not way to deal with such large
object on memory with today computer.
Pascal.
--
--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595
.
- References:
- Largest size array in Gnat 2005 for the PC?
- From: ME
- Re: Largest size array in Gnat 2005 for the PC?
- From: Martin Krischik
- Re: Largest size array in Gnat 2005 for the PC?
- From: ME
- Largest size array in Gnat 2005 for the PC?
- Prev by Date: Re: Real Time IO routines
- Next by Date: Re: Largest size array in Gnat 2005 for the PC?
- Previous by thread: Re: Largest size array in Gnat 2005 for the PC?
- Next by thread: Re: Largest size array in Gnat 2005 for the PC?
- Index(es):
Relevant Pages
|