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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1d321b3a6b8bcab2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-22 13:12:39 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!udel!gatech!bloom-beacon.mit.edu!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: "Subtract C, add Ada" Date: 22 Jan 1995 16:12:39 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3fuho7$q5d@gnat.cs.nyu.edu> References: <3etund$hnr@miranda.gmrc.gecm.com> <3f4mbe$rud@cronkite.seas.gwu.edu> <3f5s92$3id@info.epfl.ch> <3fnf28$s3f@Starbase.NeoSoft.COM> <3frqpg$re5@cronkite.seas.gwu.edu> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-01-22T16:12:39-05:00 List-Id: "compilers couldn't optimize code" what is meant here is "C compilers didn't optimize code", and this was partly a matter of philosophy, the idea that C compilers should be simple and do what you say, and NOT rely on optimization. Optimization technology was well developed even in the late 60's. Fortran-2 for the 7094 did a remarkably good job of optimizing loops. Fortran-H was contemporary with early C compilers, and was very aggressive in optimizing typical Fortran code.