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,def01441310021b3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-25 18:02:10 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!nycmny1-snh1.gtei.net!bstnma1-snf1.gtei.net!news.gtei.net!USEAST.RATIONAL.com NNTP-Posting-Host: 172.20.21.30 Newsgroups: comp.lang.ada Date: Wed, 25 Jul 2001 20:52:30 -0400 Message-ID: From: "Corey Ashford" References: <3B557455.B3ADFEE@ffi.no> <3B57DF48.E1C23D42@ffi.no> <3B57EFCB.C5EC2F12@nbi.dk> Subject: Re: Will (abstract) Ada code improve over time ? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:10576 Date: 2001-07-25T20:52:30-04:00 List-Id: "Jacob Sparre Andersen" wrote in message news:3B57EFCB.C5EC2F12@nbi.dk... > Reinert: > > > Yes, there are more interesting questions, but is it some important and > > stable > > Ada code out there and that we may expect will run faster over time (on new > > hardware) > > as compared to if it was made in C ? > > I doubt very much that changes in hardware in general will > result in changes in the relative execution speed of Ada and > C programs. [snip] One major advantage of Ada is built-in threading (i.e. Ada tasks). As hardware gets more multiprocessing capability, Ada programs written using tasking will naturally get a performance boost. Of course, multi-threaded C programs would get a boost too, but because it's so much easier for a programmer to write multi-threaded programs in Ada, they will be more likely to do use multi-threading in Ada than in C. Corey Ashford Rational Software Corp. (not speaking for them in any way whatsoever)