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 14:41:43 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!newsfeed00.sul.t-online.de!t-online.de!blackbush.xlink.net!blackbush.de.kpnqwest.net!newsfeed.arcor-online.net!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: What is faster Ada or C? Date: Wed, 05 Dec 2001 00:02:19 +0100 Organization: Enyo's not your organization Message-ID: <87wv026138.fsf@deneb.enyo.de> References: <3c08314d$0$158$9b622d9e@news.freenet.de> <3C0BA624.7A12BFA1@boeing.com> <9ugotc$rjl$1@a1-hrz.uni-duisburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cancel-Lock: sha1:ScCvlQr4HVdJDzBr+KzY0RxUpZg= Xref: archiver1.google.com comp.lang.ada:17418 Date: 2001-12-05T00:02:19+01:00 List-Id: Preben Randhol writes: > What happens here? I'm not fluent in assembly any more. Why is there a > jmp L4 etc in the Ada code and not in the C. Is it range checks ? One of the jumps is unreachable, so I think this is some kind of compiler bug (if this happens when optimization is turned on).