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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2021-10-26 00:00:00         |2022-1-18

--- Comment #34 from Richard Biener <rguenth at gcc dot gnu.org> ---
We are about as fast as GCC 10 now where GCC 11 was significantly better in
overall compile-time.  But note this cannot really be accounted just to jump
threading anymore (unless of course we thread a lot more).  There is a 1% code
size "jump" around the time the compile-time increases which can hardly explain
all of the difference.  Note we are now talking about -O2.

I'm leaving this open for more investigation.

Reply via email to