This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] Add probability distributions for memory function sizes
ClosedPublic

Authored by gchatelet on Oct 14 2020, 9:35 AM.

Details

Summary

This patch adds memory function size distributions sampled from different applications running in production.
This will be used to benchmark and compare memory functions implementations.

Diff Detail

Event Timeline

gchatelet created this revision.Oct 14 2020, 9:35 AM
gchatelet requested review of this revision.Oct 14 2020, 9:35 AM
sivachandra accepted this revision.Oct 14 2020, 10:28 PM

OK after fixing the style warnings from clang-tidy. Also, can you add the commit message as a comment at a suitable place.

This revision is now accepted and ready to land.Oct 14 2020, 10:28 PM
  • Fix style warnings
gchatelet updated this revision to Diff 298321.Oct 15 2020, 1:00 AM
  • Update file comment
This revision was landed with ongoing or failed builds.Oct 15 2020, 1:16 AM
This revision was automatically updated to reflect the committed changes.