[PATCH] D18223: Codegen: Decrease minimum jump table density

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 15:33:08 PDT 2016


iteratee added a comment.

I'll get to the suggestions and benchmarking, but wanted to report on size:
clang compiled without the change: 176406957
clang compiled with the change: 176431533

net change: 24.0 KiB a change of 0.0014%


http://reviews.llvm.org/D18223





More information about the llvm-commits mailing list