From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:3d4:: with SMTP id 203mr4894591qkd.499.1625798878801; Thu, 08 Jul 2021 19:47:58 -0700 (PDT) X-Received: by 2002:a25:d4f:: with SMTP id 76mr45867654ybn.173.1625798878623; Thu, 08 Jul 2021 19:47:58 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 8 Jul 2021 19:47:58 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=36.85.88.151; posting-account=oy9pPgoAAACICsEVtbydIrxpi9tsYOGl NNTP-Posting-Host: 36.85.88.151 References: <5a1cegtfm5ibqej3ldebpc4g99ujniqt9u@4ax.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Not good for Ada endorsement From: Richard Iswara Injection-Date: Fri, 09 Jul 2021 02:47:58 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62361 List-Id: On Friday, July 9, 2021 at 2:16:54 AM UTC+7, Luke A. Guest wrote: > On 08/07/2021 18:37, Luke A. Guest wrote: > > On 08/07/2021 12:12, Jeffrey R. Carter wrote: > > > >>> He also uses clang's -Ofast option to compile for speed over size. > >> > >> Going back to 64-bit integers gives 1999; with -gnatp, 2098 > >> > > > > I've uploaded my version here > > https://github.com/Lucretia/Primes/tree/add-optimised-ada/PrimeAda/solution_2 > > > > > > It's as straight a conversion from the C++ to Ada. I intend to keep > > optimising it. Thank you. Well done.