[commit: packages/parallel] master: Update links to multicore GHC and Strategies papers. (46fcb76)
git at git.haskell.org
git at git.haskell.org
Sat Jan 2 08:16:43 UTC 2016
Repository : ssh://git@git.haskell.org/parallel
On branch : master
Link : http://git.haskell.org/packages/parallel.git/commitdiff/46fcb767a0af46e14415cb1c4b8a7f90baf20240
>---------------------------------------------------------------
commit 46fcb767a0af46e14415cb1c4b8a7f90baf20240
Author: Sajith Sasidharan <sajith at gmail.com>
Date: Mon Mar 9 16:56:28 2015 -0400
Update links to multicore GHC and Strategies papers.
The old URLs to multicore-ghc.pdf and strategies.pdf no longer work.
>---------------------------------------------------------------
46fcb767a0af46e14415cb1c4b8a7f90baf20240
Control/Parallel/Strategies.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Control/Parallel/Strategies.hs b/Control/Parallel/Strategies.hs
index 2ab9a8f..61e5c5f 100644
--- a/Control/Parallel/Strategies.hs
+++ b/Control/Parallel/Strategies.hs
@@ -794,7 +794,7 @@ Later, during work on the shared-memory implementation of
parallelism in GHC, we discovered that the original formulation of
Strategies had some problems, in particular it lead to space leaks
and difficulties expressing speculative parallelism. Details are in
-the paper /Runtime Support for Multicore Haskell/ <http://www.haskell.org/~simonmar/papers/multicore-ghc.pdf>.
+the paper /Runtime Support for Multicore Haskell/ <http://community.haskell.org/~simonmar/papers/multicore-ghc.pdf>.
This module has been rewritten in version 2. The main change is to
the 'Strategy a' type synonym, which was previously @a -> Done@ and
@@ -853,7 +853,7 @@ Version 3 introduced a major overhaul of the API, to match what is
presented in the paper
/Seq no More: Better Strategies for Parallel Haskell/
- <http://www.haskell.org/~simonmar/papers/strategies.pdf>
+ <http://community.haskell.org/~simonmar/papers/strategies.pdf>
The major differenes in the API are:
More information about the ghc-commits
mailing list