[Lldb-commits] [PATCH] D35083: [TypeSystem] Guard the global `ASTSourceMap` with a mutex
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 7 10:07:16 PDT 2017
jingham added a comment.
The ThreadSafety analysis stuff looks interesting, but just to be sure I understand: You said "alternatively we could..." but from what I could tell the thread safety is markup on already extant mechanisms. It didn't look like it provided any locking on it's on, it only enforces the discipline for your current locking strategy. Did I miss something?
Repository:
rL LLVM
https://reviews.llvm.org/D35083
More information about the lldb-commits
mailing list