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=3.0 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,FROM_MISSP_FREEMAIL,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,382fcf8feeefdd50 X-Google-Thread: 1014db,382fcf8feeefdd50 X-Google-Attributes: gid103376,gid1014db,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.motzarella.org!motzarella.org!not-for-mail From: Richard Newsgroups: comp.lang.ada,comp.lang.c Subject: Re: computer language used to program Mars Lander Date: Tue, 22 Jul 2008 12:50:10 +0200 Organization: A noiseless patient Spider Message-ID: References: <185ee7f9-9d4f-4f49-8dbe-6b623b8a8223@c58g2000hsc.googlegroups.com> <887fc0a7-0a5a-4d2e-a9ea-eb9e32d6a818@m36g2000hse.googlegroups.com> <13a2f4f0-6ec1-4570-b6bf-1621cfb32db2@a2g2000prm.googlegroups.com> <4880f2ed$1_6@news.bluewin.ch> <1c421bda-5526-42e5-9a3f-96cb33bf86a0@k13g2000hse.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: feeder.motzarella.org U2FsdGVkX1/BealHaPLyS2jDLlHhFPvoWmCXbWN008mDGS4BQ0OjaX5sYqncnZNsmjwXe0zI1VvSv9b/TM2B4/KJOzlVlLciFtDzMgKGSZHIsCOGtv8CoaaMrGuZgtVftApYQgWY5BWEAryux4WB4g== X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers NNTP-Posting-Date: Tue, 22 Jul 2008 10:50:13 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1/QDiz0jEa5H/efF5Ty0IY4GNZjatNQp5Uc24kOVKUhmg== Cancel-Lock: sha1:pB5P3SEatGZzMewh0x6JnCTUHXw= User-Agent: Emacs 22.2.1/No Gnus v0.11 Xref: g2news1.google.com comp.lang.ada:1240 comp.lang.c:10339 Date: 2008-07-22T12:50:10+02:00 List-Id: Nick Keighley writes: > On 22 Jul, 09:39, Jean-Pierre Rosen wrote: >> Gautier a écrit : > > > >> > [this] comes from the time of >> > non-optimizing compilers for PC's - around 20 years ago. At that time a >> > i++ was faster than a i:= i + 1, sure. But it was long long time ago. >> > Never heard of GCC ?... >> >> When I started working on a (Pascal) compiler, this optimization was the >> first one I introduced in the compiler, because it was the easiest one >> to do. And it was 30 years ago... > > Pascal has a ++ operator? It was probably added as lesson 2 in an under graduate compiler course.