Displaying 1 result from an estimated 1 matches for "2d4c18bb".
2015 Oct 09
3
LLVM AutoFDO status
With recent bug fixes and performance tunings, AutoFDO at llvm has reached a
usable state. To evaluate performance, we used
O3/-fprofile-use/-fprofile-sample-use respectively to optimize clang
itself, and measure its speed.
clang built with -fprofile-use is ~20% faster than clang built with O3
clang built with -fprofile-sample-use is ~10% faster than clang built with
O3
AutoFDO can deliver 50%