[LLVMbugs] [Bug 13208] llvm produces larger and slower code for mozilla's js interpreter

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 4 11:37:29 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13208

Rafael Ávila de Espíndola <rafael.espindola at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> 2012-07-04 13:37:29 CDT ---
Looks like this got fixed with 13209 :-)

For the 32 bit jsinterp.o:

gcc:                    107856 bytes
clang r159478:  122488 bytes
clang r159479:    96128 bytes

for the 64 bit jsinterp.o:

gcc:                   119288 bytes
clang r159478:  128312 bytes
clang r159479:  105216 bytes

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list