Skip to content
Snippets Groups Projects
Commit c1cbda59 authored by rrnewton's avatar rrnewton
Browse files

docs only: update the release notes with atomic primops

parent 24b791f9
No related merge requests found
......@@ -145,6 +145,17 @@
</para>
</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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment