[DynInst_API:] [dyninst/dyninst] ccebb6: More annotation code to suppress false positives o...


Date: Mon, 23 Jul 2018 14:33:18 -0700
From: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] ccebb6: More annotation code to suppress false positives o...
  Branch: refs/heads/new-parallel-parsing
  Home:   https://github.com/dyninst/dyninst
  Commit: ccebb687f1f2a893755ea1bb2970d1eeb9cb32a4
      https://github.com/dyninst/dyninst/commit/ccebb687f1f2a893755ea1bb2970d1eeb9cb32a4
  Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
  Date:   2018-07-23 (Mon, 23 Jul 2018)

  Changed paths:
    M parseAPI/h/CFG.h
    M parseAPI/h/LockFreeQueue.h
    M parseAPI/src/CFGFactory.C
    M parseAPI/src/Function.C
    M parseAPI/src/ParseData.C

  Log Message:
  -----------
  More annotation code to suppress false positives of data race reports
from cilkscreen

1. add fake locking for std::atomic
2. remove access history for objects initialized by one thread and then
shared


  Commit: 90304602fcc4b2f61f8834861b71832d8f2c3135
      https://github.com/dyninst/dyninst/commit/90304602fcc4b2f61f8834861b71832d8f2c3135
  Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
  Date:   2018-07-23 (Mon, 23 Jul 2018)

  Changed paths:
    M parseAPI/src/SymtabCodeSource.C

  Log Message:
  -----------
  Should not parallelize SymtabCodeSource::init_hints, which basically
appending elements to a shared vector. Right now, almost all threads are
ideal to wait for lock to append.


Compare: https://github.com/dyninst/dyninst/compare/8323ae71e91c...90304602fcc4
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] ccebb6: More annotation code to suppress false positives o..., Xiaozhu Meng <=