[DynInst_API:] [dyninst/dyninst] 9e7f38: Replace boost::multi_index_container with tbb::con...


Date: Thu, 28 Sep 2023 11:51:50 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 9e7f38: Replace boost::multi_index_container with tbb::con...
  Branch: refs/heads/thaines/module_container_replace
  Home:   https://github.com/dyninst/dyninst
  Commit: 9e7f38124f8057f66aaf83478b20303a4195a803
      https://github.com/dyninst/dyninst/commit/9e7f38124f8057f66aaf83478b20303a4195a803
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-09-28 (Thu, 28 Sep 2023)

  Changed paths:
    M symtabAPI/CMakeLists.txt
    M symtabAPI/src/Symtab-edit.C
    M symtabAPI/src/Symtab-lookup.C
    M symtabAPI/src/Symtab.C
    A symtabAPI/src/indexed_modules.hpp
    M symtabAPI/src/symtab_impl.hpp

  Log Message:
  -----------
  Replace boost::multi_index_container with tbb::concurrent_unordered_set

There are now only two dimensions to each Module, so the multi_index
isn't needed. This also replaces the mutex with the intrinsic reader/
writer locks in TBB.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 9e7f38: Replace boost::multi_index_container with tbb::con..., Tim Haines <=