[PATCH] D20485: [esan] Add working set base runtime library

Derek Bruening via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 13:19:49 PDT 2016


bruening created this revision.
bruening added a reviewer: aizatsky.
bruening added subscribers: llvm-commits, eugenis, kcc, zhaoqin, vitalybuka.
Herald added a subscriber: kubabrecka.

Adds the base runtime library for the working set tool.
Adds slowpath code for updating the shadow memory.

To be added in the future:
+ Scan memory and report the total size.
+ Take samples for intermediate values.

http://reviews.llvm.org/D20485

Files:
  lib/esan/CMakeLists.txt
  lib/esan/esan.cpp
  lib/esan/esan_interface_internal.h
  lib/esan/working_set.cpp
  lib/esan/working_set.h
  test/esan/TestCases/workingset-memset.cpp
  test/esan/lit.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20485.57979.patch
Type: text/x-patch
Size: 8890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160520/c1a0e36c/attachment.bin>


More information about the llvm-commits mailing list