Sujet : Re: C23 thoughts and opinions
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 27. May 2024, 09:05:47
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240527110547.00006d07@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Mon, 27 May 2024 00:48:05 -0000 (UTC)
Lawrence D'Oliveiro <
ldo@nz.invalid> wrote:
On Sun, 26 May 2024 19:35:49 +0300, Michael S wrote:
Faster than new MSVC, but slower than old MSVC.
New MSVC is slower than old MSVC?!? Say it isn’t so!
Is not it a case for just about any compiler that has a long history
of development?
Compilers become slower over time. In return they support newer dialects
of input language and generate better diagnostics. They also try to
produce faster code, with very varying levels of success.
This trend was most easily seen during first decade of LLVM/clang.