[PATCH] D59281: [WebAssembly] "atomics" feature implies shared memory

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 14:38:27 PDT 2019


jfb added a comment.

D) Application uses (non-existent in WebAssembly) signal handling support and atomics just enforce program order.
E) Application is single-threaded but does cooperative interleaving of functions (but doesn't call it threads).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59281/new/

https://reviews.llvm.org/D59281





More information about the llvm-commits mailing list