From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 19 May 93 03:22:44 GMT From: netnews!schonberg!dewar@nyu.edu (Robert Dewar) Subject: Re: Ada Mflops vs Fortran Mflops (RESULTS) Message-ID: List-Id: Just so there is no confusion on this point, my observations on what you could expect comparing code from Ada (GNAT) via the GCC backend and similar C code are not "theories", but are based on detailed knowledge of the implementations, and observations of the code in action. For example, inlining in GCC is done in the backend so there is no question of the front end somehow missing inlining opportunities.