Sujet : Re: Suggested method for returning a string from a C program?
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 28. Mar 2025, 23:33:00
Autres entêtes
Organisation : None to speak of
Message-ID : <87pli0wztv.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
User-Agent : Gnus/5.13 (Gnus v5.13)
bart <
bc@freeuk.com> writes:
On 28/03/2025 20:41, Scott Lurndal wrote:
[...]
The gnu compiler is not multithreaded. The single thread was
compute bound for 13 minutes and 46 seconds.
>
So what was that -j96 about?
"-j96" is an option to GNU make, not to the compiler. It might invoke
gcc multiple times in parallel, but each invocation of gcc will still be
single-threaded.
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */