Re: Largest size array in Gnat 2005 for the PC?



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
.



Relevant Pages

  • Re: Burroughs/Unisys architecture, was New assembly language instructions to support OO languages?
    ... >>it should still fit. ... >>new array of pointers, though. ... Arrays of pointers are often used in C matrix programming instead ...
    (comp.arch)
  • Re: Delete a line
    ... - read next record from input fileinto memory ... awk will not by itself modify an input file in place. ... keeps the results in an array in memory; ... This will fail if the amount of data doesn't fit in memory, ...
    (comp.lang.awk)
  • Re: has anyone used mathstar field programmable object arrays?
    ... and it sounds like they are a pretty good fit. ... I like to think of the FPOA as an FPGA without the main fabric, ... are more sparse throught he array than the ALU's. ...
    (comp.arch.fpga)
  • Re: unknown array size
    ... its time period is such that its not able to complete its full cycle ... GENERIC so that it adjust itself automatically to fit one comeplete ... cycle of cosine. ... >> automatically take care of array size required to fit this ...
    (comp.soft-sys.matlab)
  • Sorting a Large Array
    ... What are some techniques to sort such an array? ... require that the entire array is loaded into memory in order to sort ... So what are some algorithms to sort an array that doesn't fit into ...
    (comp.unix.programmer)