[PATCH] D104060: Machine IR Profile

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 19:26:27 PDT 2021


MaskRay added a comment.

You may compare the overhead with `-fsanitize-coverage=func,inline-8bit-counters,pc-table`. The latter only instruments the entry block of a function and uses a one-byte counter.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104060



More information about the llvm-commits mailing list