[PATCH] D48653: [XRay][compiler-rt] xray::Array Freelist and Iterator Updates

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 02:44:18 PDT 2018


dberris updated this revision to Diff 153887.
dberris added a comment.

- Rebase to master.
  - fixup: Add a test to an additional edge-case; propagate extents into iterator
  - fixup: play with alignment, flags, and testing properly
  - fixup: fix bug in trim implementation in isolation
  - fixup: all changes to fix benchmark run


https://reviews.llvm.org/D48653

Files:
  compiler-rt/lib/xray/tests/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/function_call_trie_test.cc
  compiler-rt/lib/xray/tests/unit/segmented_array_test.cc
  compiler-rt/lib/xray/xray_allocator.h
  compiler-rt/lib/xray/xray_function_call_trie.h
  compiler-rt/lib/xray/xray_profile_collector.cc
  compiler-rt/lib/xray/xray_profiling.cc
  compiler-rt/lib/xray/xray_profiling_flags.inc
  compiler-rt/lib/xray/xray_segmented_array.h
  compiler-rt/lib/xray/xray_utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48653.153887.patch
Type: text/x-patch
Size: 32158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180703/e34f3513/attachment.bin>


More information about the llvm-commits mailing list