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,21321460863e2689,start X-Google-Attributes: gid103376,public From: Dale Stanbrough Subject: Why parameter passing by copy? Date: 2000/05/27 Message-ID: #1/1 X-Deja-AN: 627937299 X-Trace: 27 May 2000 23:59:48 GMT, r1021c-02.ppp.cs.rmit.edu.au Organization: RMIT User-Agent: MT-NewsWatcher/3.0 (PPC) Newsgroups: comp.lang.ada Date: 2000-05-27T00:00:00+00:00 List-Id: Ada requires that scalars be passed by copy. I was under the impression that this was chosen because it was faster, but i've never seen a rational argument for this from the Ada83 perspective of computer hardware, nor whether such arguments still hold true for modern processors. Can anyone shed any light on this? Dale