From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6b3ebf057333800c X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!news.uni-stuttgart.de!not-for-mail From: Stefan Bellon Newsgroups: comp.lang.ada Subject: Re: Largest size array in Gnat 2005 for the PC? Date: Thu, 1 Nov 2007 09:44:20 +0100 Organization: Comp.Center (RUS), U of Stuttgart, FRG Message-ID: <20071101094420.60cc2be2@cube.tz.axivion.com> References: <13idb3jbm28kfbe@corp.supernews.com> <13iikk6j64186bd@corp.supernews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: infosun2.rus.uni-stuttgart.de 1193906710 24385 129.69.226.26 (1 Nov 2007 08:45:10 GMT) X-Complaints-To: news@news.uni-stuttgart.de NNTP-Posting-Date: Thu, 1 Nov 2007 08:45:10 +0000 (UTC) X-Newsreader: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; i486-pc-linux-gnu) X-URL: http://www.axivion.com/ Xref: g2news2.google.com comp.lang.ada:2691 Date: 2007-11-01T09:44:20+01:00 List-Id: On Mi, 31 Okt, ME wrote: > If GNAT placed "IMAGE_FILE_LARGE_ADDRESS_AWARE" in the process > headers for GNAT executables then you could use up to 3Gb of memory. > Seems like a simple thing to implement. package Linker is case OS is when "UNIX" => null; when "Windows_NT" => for Linker_Options use ("-Wl,--large-address-aware"); end case; end Linker; -- Stefan Bellon