[Bug c/125571] compiling with gcc 380 times slower than clang (19 minutes vs 3 seconds)

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 2 15:06:48 GMT 2026


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125571

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
If the types of the objects being compared are the same in all (or at least in
many cases), why don't you simply loop over an array with those values and use
a single _setjmp in that loop, rather than 21k of them?


More information about the Gcc-bugs mailing list