[PATCH] D45793: [XRay][compiler-rt] - Dedupe xray event type strings from different addresses.

Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 19:36:36 PDT 2018


kpw created this revision.
kpw added reviewers: dberris, pelikan, dblaikie, eizan.
Herald added subscribers: Sanitizers, delcypher, mgorny.

An immutable, statically allocated Vector class keeps track of the strings.
Sanitizer dependencies are used to avoid linkage problems for users.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45793

Files:
  lib/xray/CMakeLists.txt
  lib/xray/tests/unit/CMakeLists.txt
  lib/xray/tests/unit/unique_string_table_test.cc
  lib/xray/xray_interface.cc
  lib/xray/xray_unique_string_table.cc
  lib/xray/xray_unique_string_table.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45793.143033.patch
Type: text/x-patch
Size: 11201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180419/ddb3f526/attachment.bin>


More information about the llvm-commits mailing list