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,1d575f572a099528 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-04 03:43:33 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: john.m.mann@amsjv.com (john mann) Newsgroups: comp.lang.ada Subject: Re: What is faster Ada or C? Date: 4 Dec 2001 03:43:33 -0800 Organization: http://groups.google.com/ Message-ID: <27331d9e.0112040343.76f6f16f@posting.google.com> References: <3c08314d$0$158$9b622d9e@news.freenet.de> <9uau3a$79113$1@ID-25716.news.dfncis.de> <3c093895$0$160$9b622d9e@news.freenet.de> <3C09B2D6.663C10BD@acm.org> NNTP-Posting-Host: 194.133.99.222 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1007466213 2183 127.0.0.1 (4 Dec 2001 11:43:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 4 Dec 2001 11:43:33 GMT Xref: archiver1.google.com comp.lang.ada:17379 Date: 2001-12-04T11:43:33+00:00 List-Id: I've used the aonix compiler in the past, and for non-numeric types of operations (playing about with dispatching ops etc), the run time checks added nothing at all. For number crunching, I worked on about 10-15% difference.