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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71dcda1787f0bed5 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Success: Ada versus C Date: 1997/06/07 Message-ID: #1/1 X-Deja-AN: 246810419 References: <33984686.9A8@gdls.com> <5n9l3m$f2e$3@mdnews.btv.ibm.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-06-07T00:00:00+00:00 List-Id: Dale says << There is a "Purity" emphasis to the language that leaves you (or at least me) fearing that it "CAN'T" be fast. For instance, the whole discussion of copying IN and OUT the parameter list leaves a taste of poor performance. Read further and you see >> What are you saying here? That call by reference is preferable from an efficiency point of view to call by value return for scalars? Surely not (most Fortran compilers also pass scalars by value).