naming results in C?

Martin v. Loewis martin@mira.isdn.cs.tu-berlin.de
Fri Mar 26 12:31:00 GMT 1999


> Is there any specific reason for having the extension "Naming
> Results" implemented only for C++, but not plain C?

In C++, copying into the result often has significant costs (copying
constructor), which is reduced with that extension. For C, no such
need exists.

Regards,
Martin


More information about the Gcc mailing list