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-05 07:57:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!news.dtag.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: What is faster Ada or C? Date: Wed, 5 Dec 2001 15:57:47 +0000 (UTC) Organization: GMUGHDU Message-ID: <9ulg5q$cj0$1@a1-hrz.uni-duisburg.de> References: <3c08314d$0$158$9b622d9e@news.freenet.de> <3C0BA624.7A12BFA1@boeing.com> <9ugotc$rjl$1@a1-hrz.uni-duisburg.de> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1007567867 12896 134.91.4.34 (5 Dec 2001 15:57:47 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Wed, 5 Dec 2001 15:57:47 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:17451 Date: 2001-12-05T15:57:47+00:00 List-Id: Pascal Obry wrote: : Here is the GNAT 5 output: "-S -gnatp" : : .text ... : L2: : cmpl $1000, -8(%ebp) : jle L5 : jmp L3 : L5: : leal -4(%ebp), %eax : incl (%eax) : leal -8(%ebp), %eax : incl (%eax) : jmp L2 : L3: ... So now even assembler output is more reader friendly. Must be Ada influence :-) :-) Georg