https://bugs.llvm.org/show_bug.cgi?id=33146

Dan Gohman <dan433...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #6 from Dan Gohman <dan433...@gmail.com> ---
The WebAssembly CG has now decided to change the WebAssembly semantics.

https://github.com/WebAssembly/threads/issues/19#issuecomment-306625084

and the guidance is now that C++ implementations may now treat 8-bit, 16-bit,
32-bit, and 64-bit atomics as "lock free" under C++'s terminology.
Consequently, the patch referenced above is no longer needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to