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

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 08:20:14 PST 2016


rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.

LGTM.

The results I got with 10 runs were

master:

11.167095958 seconds time elapsed                                          ( +-  0.34% )

patch:

10.860838399 seconds time elapsed                                          ( +-  0.39% )


http://reviews.llvm.org/D16285





More information about the llvm-commits mailing list