Sujet : Re: Regarding assignment to struct
De : Ros (at) *nospam* invalid.invalid (Rosario19)
Groupes : comp.lang.cDate : 12. May 2025, 10:23:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <6bf32kdoevng89co5phme8p7ai4048ht60@4ax.com>
References : 1 2 3
User-Agent : Forte Free Agent 1.93/32.576 English (American)
On Sun, 4 May 2025 11:01:17 +0300, Michael S wrote:
On Sat, 3 May 2025 21:42:37 -0400
Richard Damon <richard@damon-family.org> wrote:
>
Bigger than that, and you likely want to pass the object by address,
not by value, passing just a pointer to it.
>
That sort of thinking is an example of Knutian premature optimization.
i prefer pass memory (if it is big enought) with one address or
reference