This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/5] support: don't pass to set_search_path a big struct by value


* Konstantin Kharlamov:

> It matters in terms of the code as read by human: α) one would no 
> longer wonder why "by-value" is used instead of a "by-pointer",

With by-pointer, the reader has to wonder if the called function
retains a pointer after the call, so it is a wash in this regard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]