This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/23448] .p2align before a jump instruction


------- Additional Comments From hjl at lucon dot org  2005-08-17 23:02 -------
Were you suggesting

.L5:
        incl    %edx
        cmpl    %edx, %ecx
        je      .L6
        incl    %edx
        cmpl    %edx, %ecx
        jne     .L5

was slower? Where does this information come from?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23448


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]