Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: native_client_sdk/src/doc/sdk/release-notes.rst

Issue 971493004: NaCl docs: acquire/release/acq_rel C++11 memory order in Chrome 43 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/doc_generated/sitemap.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/sdk/release-notes.rst
diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst
index f3ccf1537a6546e5fe3be27b5349cbe72681a60a..06eb8577704167baf828e5982abc3ece40827570 100644
--- a/native_client_sdk/src/doc/sdk/release-notes.rst
+++ b/native_client_sdk/src/doc/sdk/release-notes.rst
@@ -8,15 +8,15 @@ The dates in the following release notes denote when Chrome and the NaCl SDK
reached canary status. The stable release is typically 6 weeks later.
-.. Chrome/Pepper 43 (03 April 2015)
-.. ===================================
-..
-.. PNaCl
-.. -----
-..
-.. * The C11/C++11 `acquire`, `release`, and `acq_rel` memory orders are now
- generated by default. The in-browser Chrome 42 translator supports them, the
- SDK can therefore generate them.
+Chrome/Pepper 43 (03 April 2015)
+================================
+
+PNaCl
+-----
+
+* The C11/C++11 ``acquire``, ``release``, and ``acq_rel`` memory orders are now
+ generated by default. The in-browser Chrome 42 translator supports them, the
+ SDK can therefore generate them.
Chrome/Pepper 42 (20 February 2015)
===================================
@@ -34,18 +34,18 @@ NaCl
----
* The x86 NaCl validators accept instructions from the FMA3 extensions, as well
- as AVX2 instructions (except `VGATHER`).
+ as AVX2 instructions (except ``VGATHER``).
PNaCl
-----
-* PNaCl supports C11/C++11 memory orders `acquire`, `release`, and `acq_rel`. It
- used to upgrade all accesses to `seq_cst`. It still upgrades `consume` to
- `acquire` (no compiler currently implements `consume`), and `relaxed` to
- `seq_cst` (to conservatively avoid platform differences due to out-of-thin-air
- problems). This is currently disabled by default in the SDK so that the
- in-browser translator installed on users' machines has time to gain this
- support. Developers can turn it on by passing the
+* PNaCl supports C11/C++11 memory orders ``acquire``, ``release``, and
+ ``acq_rel``. It used to upgrade all accesses to ``seq_cst``. It still upgrades
+ ``consume`` to ``acquire`` (no compiler currently implements ``consume``), and
+ ``relaxed`` to ``seq_cst`` (to conservatively avoid platform differences due
+ to out-of-thin-air problems). This is currently disabled by default in the SDK
+ so that the in-browser translator installed on users' machines has time to
+ gain this support. Developers can turn it on by passing the
``-pnacl-memory-order-seq-cst-only=false`` flag to ``opt``.
* PNaCl handles nested struct type expansion, which allows it to better support
non-C languages such as Rust.
« no previous file with comments | « native_client_sdk/doc_generated/sitemap.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698