aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
diff options
context:
space:
mode:
authorJoachim Protze <protze@itc.rwth-aachen.de>2020-11-22 00:23:35 +0100
committerJoachim Protze <protze@itc.rwth-aachen.de>2021-06-09 13:36:20 +0200
commit639b3979310d8cec82b9b0a3ad3e64566244717f (patch)
tree95d5d74369ce1681ae4cccf6140b4133547730aa /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
parent08d8f1a958bd8be681e3e1f346be80818a83a556 (diff)
downloadllvm-639b3979310d8cec82b9b0a3ad3e64566244717f.zip
llvm-639b3979310d8cec82b9b0a3ad3e64566244717f.tar.gz
llvm-639b3979310d8cec82b9b0a3ad3e64566244717f.tar.bz2
[OpenMP][Tools] Fix Archer handling of task dependencies
The current handling of dependencies in Archer has two flaws: - annotation of dependency synchronization is not limited to sibling tasks - annotation of in/out dependencies is based on the assumption, that dependency variables will rarely be byte-sized variables. This patch introduces a map in the generating task to manage the dependency variables for the child tasks. The map is only accesses from the generating task, so no locking is necessary. This also limits the dependency-based synchronization to sibling tasks. This patch also introduces proper handling for new dependency types such as mutexinoutset and inoutset. Differential Revision: https://reviews.llvm.org/D103608
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions