[Git][ghc/ghc][wip/memory-barriers] Fix whitespace
Ben Gamari
gitlab at gitlab.haskell.org
Fri Jun 7 15:09:46 UTC 2019
Ben Gamari pushed to branch wip/memory-barriers at Glasgow Haskell Compiler / GHC
Commits:
89c0b258 by Ben Gamari at 2019-06-07T15:09:35Z
Fix whitespace
- - - - -
1 changed file:
- includes/stg/SMP.h
Changes:
=====================================
includes/stg/SMP.h
=====================================
@@ -159,7 +159,7 @@ EXTERN_INLINE void load_load_barrier(void);
*
* Note that thread stacks are inherently thread-local and consequently allocating an
* object and introducing a reference to it to our stack needs no barrier.
- *
+ *
* Finally, we take pains to ensure that we flush all write buffers before
* entering GC, since stacks may be read by other cores.
*
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/89c0b258bfb031c81332d5bc62c4296824b9e7cb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/89c0b258bfb031c81332d5bc62c4296824b9e7cb
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190607/d928cdfd/attachment.html>
More information about the ghc-commits
mailing list