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,ede2fcfbef7f3092 X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Vinzent 'Gadget' Hoefler Newsgroups: comp.lang.ada Subject: Re: "out" parameters Date: Sat, 22 May 2004 00:25:44 +0200 Organization: JeLlyFish software Message-ID: References: <874qqairji.fsf@insalien.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de nRHkPXpjyfwJ+pii/hlOcAzgDh3uFLdxNRCw3PICoQpKBHbKZb X-Newsreader: Forte Agent 1.8/32.548 Xref: controlnews3.google.com comp.lang.ada:761 Date: 2004-05-22T00:25:44+02:00 List-Id: Keith Thompson wrote: >Ludovic Brenta writes: >[...] >> Besides by-copy and by-reference, there is also the possibility of >> passing parameters in processor registers. > >Isn't that just a special case of by-copy? Well, it could as well be a special case of by-reference. ;) Vinzent.