[llvm-commits] [patch] add bound checks to SmallVector

Rafael Espindola espindola at google.com
Fri Sep 19 07:09:11 PDT 2008


> 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?

> Thanks,
>
> Evan


Cheers,
-- 
Rafael Avila de Espindola

Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-smallvector.patch
Type: text/x-diff
Size: 819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080919/12eb321c/attachment.patch>


More information about the llvm-commits mailing list