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,60dd4fe7723c0ef X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Ada Core Technologies announces GNATCOM Date: 2000/04/12 Message-ID: #1/1 X-Deja-AN: 610245476 References: <8coc5e$do2$1@nnrp1.deja.com> <8d0ru2$arc$1@nnrp1.deja.com> <8d1paa$n0n4@ftp.kvaerner.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: support@usenetserver.com Organization: WebUseNet Corp http://www.usenetserver.com - Home of the fastest NNTP servers on the Net. NNTP-Posting-Date: Wed, 12 Apr 2000 12:00:09 EDT Newsgroups: comp.lang.ada Date: 2000-04-12T00:00:00+00:00 List-Id: Turbo C did that and many compilers still do. David Botton Tarjei T. Jensen wrote in message <8d1paa$n0n4@ftp.kvaerner.com>... >It is not neccessarily all bad. I would not be surprised if there exists a C >compilers which would pass a struct as value if it is smaller than 4 or 8 bytes >and pass them by reference if they are bigger. I seem to remember having read >about such a convention.