diff options
author | Takenobu Tani <takenobu.hs@gmail.com> | 2017-07-19 15:06:27 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-19 16:00:31 -0400 |
commit | 1ed41a7413a45e11a9bad3aafcfb7ee3f26236e4 (patch) | |
tree | 33aa014e6bc19d7a7964611c8e5c2eb3f20ca4a2 /docs/users_guide/using-optimisation.rst | |
parent | c9e4c861c6855e03bd14b182d2173da559e98d85 (diff) | |
download | haskell-1ed41a7413a45e11a9bad3aafcfb7ee3f26236e4.tar.gz |
Fix links to SPJ’s papers (fixes #12578)
This fixes #12578.
Update links to SPJ's papers in following files:
* compiler/coreSyn/CoreSyn.hs
* docs/users_guide/using-optimisation.rst
* docs/users_guide/parallel.rst
* docs/users_guide/glasgow_exts.rst
This commit is for ghc-8.2 branch.
Test Plan: build
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie
GHC Trac Issues: #12578
Differential Revision: https://phabricator.haskell.org/D3745
Diffstat (limited to 'docs/users_guide/using-optimisation.rst')
-rw-r--r-- | docs/users_guide/using-optimisation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst index 88356dfb85..185e590534 100644 --- a/docs/users_guide/using-optimisation.rst +++ b/docs/users_guide/using-optimisation.rst @@ -230,7 +230,7 @@ by saying ``-fno-wombat``. Usually GHC black-holes a thunk only when it switches threads. This flag makes it do so as soon as the thunk is entered. See `Haskell on a shared-memory - multiprocessor <http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/>`__. + multiprocessor <http://community.haskell.org/~simonmar/papers/multiproc.pdf>`__. .. ghc-flag:: -fexcess-precision |