[PATCH] D16285: Bitcode reader: replace DecodeChar6() with a lookup table (NFC)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 07:46:32 PST 2016


> On Jan 20, 2016, at 7:43 AM, Rafael Ávila de Espíndola <rafael.espindola at gmail.com> wrote:
> 
> rafael added a comment.
> 
> What test have you used? I will give this a quick try on "opt -disable-verifier -disable-output" on a LTO of clang.

I was doing a ThinLTO link of “opt”.
So it is lazy loading 31000 Bitcode files.

— 
Mehdi




More information about the llvm-commits mailing list