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

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

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

--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> ---
So this remains an interesting testcase for register allocation at -O0 where
we now have on trunk with release checking:

 integrated RA                      : 220.01 ( 60%) 
 LRA create live ranges             :  91.86 ( 25%)
 TOTAL                              : 367.27

With -O1 it's now

 tree PTA                           : 212.64 ( 21%)
 expand vars                        : 182.37 ( 18%)
 expand                             : 212.10 ( 21%)
 TOTAL                              : 990.88

Reply via email to