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

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 06:47:31 PDT 2019


sunfish added a comment.

In the future, atomics will likely be enabled by default, however it will continue to be desirable to be able to select non-shared memory, since non-shared memory doesn't require a maximum size, and since it can make interoperating with JS and other external code simpler. Is it possible to structure this patch in a way that supports this?


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