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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,103803355c3db607 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.241.162 with SMTP id wj2mr1971405pbc.2.1340974374598; Fri, 29 Jun 2012 05:52:54 -0700 (PDT) Path: l9ni33310pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Keean Schupke Newsgroups: comp.lang.ada Subject: Re: GNAT (GCC) Profile Guided Compilation Date: Fri, 29 Jun 2012 05:52:54 -0700 (PDT) Organization: http://groups.google.com Message-ID: <38b9c365-a2b2-4b8b-8d2a-1ea39d08ce86@googlegroups.com> References: NNTP-Posting-Host: 82.44.19.199 Mime-Version: 1.0 X-Trace: posting.google.com 1340974374 22782 127.0.0.1 (29 Jun 2012 12:52:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 29 Jun 2012 12:52:54 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.44.19.199; posting-account=T5Z2vAoAAAB8ExE3yV3f56dVATtEMNcM User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-06-29T05:52:54-07:00 List-Id: On Friday, 29 June 2012 13:39:47 UTC+1, (unknown) wrote: > Hello, > > Did you try with integer array indices instead of Access or System.Address ? > It is possible that you make some counter-productive manual optimization. > > If you give some reference about the algorithm I am tempted to give an help, it seems a very exciting area to learn... > > Cheers > _________________________ > Gautier's Ada programming > http://gautiersblog.blogspot.com/search/label/Ada > NB: follow the above link for a valid e-mail address First version I posted uses Integer indexes. Cheers, Keean.