[llvm-commits] [patch] add bound checks to SmallVector
Evan Cheng
evan.cheng at apple.com
Fri Sep 19 09:24:29 PDT 2008
On Sep 19, 2008, at 7:09 AM, Rafael Espindola wrote:
>> Probably not sufficient. Can you try it on kimwitu++? We are
>> interested in llc time.
>
> Using kc.llvm.bc, the best llc times over 3 runs are
>
> debug build: 0m22.455s
> debug build + bound check: 0m22.447s
> opt build: 0m4.158s
> opt build + bound check: 0m4.170s
>
> The test were done on linux x86-64. Looks like noise only. OK to
> commit the patch?
Yes, thanks!
Evan
>
>
>> Thanks,
>>
>> Evan
>
>
> Cheers,
> --
> Rafael Avila de Espindola
>
> Google | Gordon House | Barrow Street | Dublin 4 | Ireland
> Registered in Dublin, Ireland | Registration Number: 368047
> <llvm-
> smallvector.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list