This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: PowerPC implicit pass-by-reference for structs?
- From: Ian Lance Taylor <iant at google dot com>
- To: "Wealand, Barry" <barry dot wealand at lmco dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 23 Jan 2008 17:53:23 -0800
- Subject: Re: PowerPC implicit pass-by-reference for structs?
- References: <8F507E88CEE37244AF6947A3E0E479DF160C055A@emss01m14.us.lmco.com>
"Wealand, Barry" <barry.wealand@lmco.com> writes:
> Is there some combination of command-line switches, perhaps, (or any
> other methodology) that would let the PowerPC compiler produce
> pass-by-value code?
No. Sorry. This kind of thing is defined by the processor ABI.
Ian