[all-commits] [llvm/llvm-project] 99dc68: [NFC][lsan] Use hash table to track root regions

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Jun 2 14:40:55 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99dc68387bc0071fb01050e90c4359307beba92e
      https://github.com/llvm/llvm-project/commit/99dc68387bc0071fb01050e90c4359307beba92e
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-06-02 (Fri, 02 Jun 2023)

  Changed paths:
    M compiler-rt/lib/lsan/lsan_common.cpp

  Log Message:
  -----------
  [NFC][lsan] Use hash table to track root regions

This avoid O(N) in __lsan_unregister_root_region.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D151784




More information about the All-commits mailing list