[PATCH] D111676: [memprof] Replace the block cache with a hashmap.

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 4 10:59:21 PDT 2021


snehasish updated this revision to Diff 384816.
snehasish marked 3 inline comments as done.
snehasish added a comment.

Remove accidental change to llvm/cmake/modules/HandleLLVMOptions.cmake


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111676/new/

https://reviews.llvm.org/D111676

Files:
  compiler-rt/lib/memprof/CMakeLists.txt
  compiler-rt/lib/memprof/memprof_allocator.cpp
  compiler-rt/lib/memprof/memprof_flags.inc
  compiler-rt/lib/memprof/memprof_meminfoblock.h
  compiler-rt/lib/memprof/memprof_mibmap.cpp
  compiler-rt/lib/memprof/memprof_mibmap.h
  compiler-rt/test/memprof/TestCases/mem_info_cache_entries.cpp
  compiler-rt/test/memprof/TestCases/print_miss_rate.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111676.384816.patch
Type: text/x-patch
Size: 22073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211104/ec1712fc/attachment.bin>


More information about the llvm-commits mailing list