diff options
author | David Feuer <david.feuer@gmail.com> | 2017-05-08 17:44:37 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-05-08 17:44:57 -0400 |
commit | ff7a3c4f9034af0aca1119c1c1e8f7187460bbad (patch) | |
tree | ce4576aeff8b6727754035dad15ddcc97a6e0e36 /aclocal.m4 | |
parent | 87ff5d4f0f812bad118600df0156f980b91191c5 (diff) | |
download | haskell-ff7a3c4f9034af0aca1119c1c1e8f7187460bbad.tar.gz |
Optimize casMutVar# for single-threaded RTS
The single-threaded RTS shouldn't actually need to use CAS to
implement `casMutVar#`; there are no other threads to coordinate
with.
Reviewers: austin, bgamari, erikd, simonmar
Reviewed By: simonmar
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3544
Diffstat (limited to 'aclocal.m4')
0 files changed, 0 insertions, 0 deletions