[llvm-commits] [llvm] r53212 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/CellSPU/ lib/Target/IA64/ lib/Target/Mips/ lib/Target/PIC16/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/X86/

Dan Gohman gohman at apple.com
Tue Jul 8 11:18:17 PDT 2008


On Jul 8, 2008, at 12:28 AM, Duncan Sands wrote:

> Hi Dan,
>
>> This drastically reduces the number of calls to malloc/free made
>> during the "Emit" phase of scheduling, as well as later phases
>> in CodeGen. Combined with other changes, this speeds up the
>> "instruction selection" phase of CodeGen by 10% in some cases.
>
> which platform are you measuring this speedup on?  Darwin?

I'm seeing similar results on Darwin x86-32 and Ubuntu x86-32.

Dan




More information about the llvm-commits mailing list