summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Newton <rrnewton@gmail.com>2013-09-05 18:38:25 -0400
committerRyan Newton <rrnewton@gmail.com>2013-09-05 18:38:25 -0400
commitc1cbda598a6239fbc32b9ec04b4f7340487c4d53 (patch)
tree1f8529a42f7f584c823f8ec6b567b288b2e70a9a
parent24b791f9618e263d0a972be0ea4883d8f582d0fe (diff)
downloadhaskell-c1cbda598a6239fbc32b9ec04b4f7340487c4d53.tar.gz
docs only: update the release notes with atomic primops
-rw-r--r--docs/users_guide/7.8.1-notes.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 85d2f61053..15bf82bc68 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -146,6 +146,17 @@
</listitem>
<listitem>
+ <para>
+ New PrimOps for atomic memory operations.
+ The <literal>casMutVar#</literal> PrimOp was introduced in
+ GHC 7.2 (debugged in 7.4). This release also includes additional
+ PrimOps for compare-and-swap (<literal>casArray#</literal> and
+ <literal>casIntArray#</literal>) and one for fetch-and-add
+ (<literal>fetchAddIntArray#</literal>).
+ </para>
+ </listitem>
+
+ <listitem>
<para>
TODO: mention dynamic changes
</para>