Re: Largest size array in Gnat 2005 for the PC?
- From: anon@xxxxxxxx (anon)
- Date: Tue, 30 Oct 2007 17:27:33 GMT
Since your using 32-bit version of XP. then it is linmited to 32 bits.
GNAT is ported to over 30 operating systems and CPUs. Here is a
subset of a few type and sizes
if your CPU and operating system is limited to 32 bits then GNAT
defines:
System.Memory_Size : constant := ( 2 ** 32 ) ;
else using the ia64/Alpha/s390x/86-64 processors and a 64-bits
OS then GNAT set the size to:
System.Memory_Size : constant := ( 2 ** 64 ) ;
In <13idb3jbm28kfbe@xxxxxxxxxxxxxxxxxx>, "ME" <abcdefg@xxxxxxxxxxxx> writes:
What is the largest array (in storage units) that you can declare in Gnat
2005 for the PC?
Does pragma Storage_ size affect this and if so where would you place it in
a procedure?
.
- Follow-Ups:
- Re: Largest size array in Gnat 2005 for the PC?
- From: Adam Beneschan
- Re: Largest size array in Gnat 2005 for the PC?
- References:
- Prev by Date: Re: Real Time IO routines answering Simon Wright part 2
- 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
|