[all-commits] [llvm/llvm-project] c400e0: [libc][NFC] Add probability distributions for memo...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Oct 15 01:16:24 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c400e01c6295f45e395bdeff5e6c37bd5777aa98
      https://github.com/llvm/llvm-project/commit/c400e01c6295f45e395bdeff5e6c37bd5777aa98
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-10-15 (Thu, 15 Oct 2020)

  Changed paths:
    M libc/benchmarks/CMakeLists.txt
    A libc/benchmarks/MemorySizeDistributions.cpp
    A libc/benchmarks/MemorySizeDistributions.h

  Log Message:
  -----------
  [libc][NFC] Add probability distributions for memory function sizes

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.

Differential Revision: https://reviews.llvm.org/D89401




More information about the All-commits mailing list