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,7ed8f3214da27f90 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-01 07:41:30 PST Path: nntp.gmd.de!stern.fokus.gmd.de!ceres.fokus.gmd.de!zib-berlin.de!fu-berlin.de!news.dfn.de!swiss.ans.net!howland.reston.ans.net!gatech!udel!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Assembler to Ada Reverse Ratio o Date: 1 Mar 1995 10:41:30 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3j24ja$d47@gnat.cs.nyu.edu> References: <1995Feb27.193132.1@rapnet.sanders.lockheed.com> <3iu9da$jm6@newsbf02.news.aol.com> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-03-01T10:41:30-05:00 List-Id: It is not the case with optimized code for typical RISC machines that the number of instructions generated for typical Ada code should be noticeably higher on a RISC machine than on a CISC machine. On the contrary the larger number of registers, if well used, may easily DECREASE the total machine instruction count.