Sujet : Re: Command line globber/tokenizer library for C?
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 18. Sep 2024, 09:03:44
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240918110344.0000445c@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Tue, 17 Sep 2024 18:31:10 -0700
Tim Rentsch <
tr.17687@z991.linuxsc.com> wrote:
That's amusing. :)
Do you know if icc will do tail call elimination for
the boring version of the code?
Output of 'icc -O2' does recursive inlining to quite significant depth,
so it is rather hard to follow.
But it seems that the answer is "No".
Anyway, by now icc is mostly of historical interest.
They ceased independent compiler development 2-3 years ago and turned
into yet another LLVM/clang distributor.