http://llvm.org/bugs/show_bug.cgi?id=11087
James Molloy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #14 from James Molloy <[email protected]> 2011-10-19 08:47:35 CDT --- Addendum, in Thumb mode (cortex-a8), there's a 4.9% code size improvement. 934640 14370 125588 15764 69808 128 thumb ToT / -O3 842002 14066 125810 15764 69776 128 thumb ToT / -Os 802688 50592 125804 15764 69776 128 thumb Patched / -Os Again with a massive increase in literal pool size to boot. I may have a look at optimising literal pool usage. -- 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
