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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,189a28164788ed2e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-04 12:10:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.251.151.101!opentransit.net!newsfeed.icl.net!dispose.news.demon.net!demon!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "martin.m.dowie" Newsgroups: comp.lang.ada References: Subject: Re: Computer Language Shootout X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <1chF7.15351$Cl3.2724113@news6-win.server.ntlworld.com> Date: Sun, 4 Nov 2001 20:04:04 -0000 NNTP-Posting-Host: 62.252.152.48 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 1004904317 62.252.152.48 (Sun, 04 Nov 2001 20:05:17 GMT) NNTP-Posting-Date: Sun, 04 Nov 2001 20:05:17 GMT Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:15770 Date: 2001-11-04T20:04:04+00:00 List-Id: > Did you suppress run-time tests etc in Ada ? Yes as the problem was simply writing various values to the array and doing a few loops, a 'Range did the trick. I didn't see any need for them to be there. If I had thought about it more, I would now have checked to see if the compiler actually put any in, or if it was smart enough to work out that none were required...