[PATCH] [Core] Update references in parallel

Rui Ueyama ruiu at google.com
Tue Mar 17 12:35:30 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: lib/Core/Resolver.cpp:355
@@ -353,3 +354,3 @@
           if (_symbolTable.isCoalescedAway(atom))
             _deadAtoms.insert(ref->target());
           continue;
----------------
I think this change is not thread-safe because of this line. _deadAtoms.insert is not thread-safe.

http://reviews.llvm.org/D8372

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list