This is an archive of the discontinued LLVM Phabricator instance.

Change INSTR_PROF_DEFAULT_NUM_VAL_PER_SITE from 8 to 16.
ClosedPublic

Authored by danielcdh on Jul 27 2017, 4:26 PM.

Details

Summary

In the current implementation, the defaul number of values per site tracked by value profiler is 8, which is too small and could introduce inaccuracies to profile. Changing it to 16 will be able to gain more accurate value profiler.

Event Timeline

danielcdh created this revision.Jul 27 2017, 4:26 PM
This revision is now accepted and ready to land.Jul 28 2017, 6:51 AM
danielcdh closed this revision.Jul 28 2017, 8:01 AM