about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-10-05 01:57:01 +0000
committerbors <bors@rust-lang.org>2018-10-05 01:57:01 +0000
commitb8bea5a0a6aef3966008787a25949344f8cf6942 (patch)
treea29a02f8e323bab8a03ec8399341290ab521bbd8 /src/libsyntax/parse/parser.rs
parent8c4ad4e9e42f4bcbdbb784692b936c2462061abc (diff)
parentb4877edd6750edc12aa2db1953a6551843bfa4b4 (diff)
downloadrust-b8bea5a0a6aef3966008787a25949344f8cf6942.tar.gz
rust-b8bea5a0a6aef3966008787a25949344f8cf6942.zip
Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfackler
std: Start implementing wasm32 atomics

This commit is an initial start at implementing the standard library for
wasm32-unknown-unknown with the experimental `atomics` feature enabled. None of
these changes will be visible to users of the wasm32-unknown-unknown target
because they all require recompiling the standard library. The hope with this is
that we can get this support into the standard library and start iterating on it
in-tree to enable experimentation.

Currently there's a few components in this PR:

* Atomic fences are disabled on wasm as there's no corresponding atomic op and
  it's not clear yet what the convention should be, but this will change in the
  future!
* Implementations of `Mutex`, `Condvar`, and `RwLock` were all added based on
  the atomic intrinsics that wasm has.
* The `ReentrantMutex` and thread-local-storage implementations panic currently
  as there's no great way to get a handle on the current thread's "id" yet.

Right now the wasm32 target with atomics is unfortunately pretty unusable,
requiring a lot of manual things here and there to actually get it operational.
This will likely continue to evolve as the story for atomics and wasm unfolds,
but we also need more LLVM support for some operations like custom `global`
directives for this to work best.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions