[commit: nofib] master: Add State monad benchmarks by Andras Kovacs (c7e6c90)
git at git.haskell.org
git at git.haskell.org
Tue Aug 15 01:35:13 UTC 2017
Repository : ssh://git@git.haskell.org/nofib
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c7e6c9074511f74f73eaa3b41051afc94aeb653a/nofib
>---------------------------------------------------------------
commit c7e6c9074511f74f73eaa3b41051afc94aeb653a
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Mon Aug 14 20:45:33 2017 -0400
Add State monad benchmarks by Andras Kovacs
Summary:
They are originally from
https://github.com/AndrasKovacs/misc-stuff/blob/master/haskell/Eff/EffBench.hs
They show interesting interactions with call arity, spec constr and SAT.
Reviewers: O26 nofib, michalt, simonpj, bgamari
Reviewed By: bgamari
Subscribers: RyanGlScott
GHC Trac Issues: #13892
Differential Revision: https://phabricator.haskell.org/D3683
>---------------------------------------------------------------
c7e6c9074511f74f73eaa3b41051afc94aeb653a
real/Makefile | 2 +-
real/eff/CS/CS.stdout | 1 +
real/eff/CS/EffBench.hs | 71 ++++++++++++++++++++++++++++++
real/eff/CS/Main.hs | 13 ++++++
real/{compress2 => eff/CS}/Makefile | 4 +-
real/eff/CSD/CSD.stdout | 1 +
real/eff/CSD/EffBench.hs | 47 ++++++++++++++++++++
real/eff/CSD/Main.hs | 13 ++++++
real/{compress2 => eff/CSD}/Makefile | 2 +-
real/eff/FS/EffBench.hs | 57 ++++++++++++++++++++++++
real/eff/FS/FS.stdout | 1 +
real/eff/FS/Main.hs | 13 ++++++
real/{compress2 => eff/FS}/Makefile | 2 +-
{parallel/OLD/par001 => real/eff}/Makefile | 3 +-
real/eff/S/Main.hs | 19 ++++++++
real/{compress2 => eff/S}/Makefile | 4 +-
real/eff/S/S.stdout | 1 +
real/eff/VS/EffBench.hs | 70 +++++++++++++++++++++++++++++
real/eff/VS/Main.hs | 13 ++++++
real/{compress2 => eff/VS}/Makefile | 4 +-
real/eff/VS/VS.stdout | 1 +
real/eff/VSD/EffBench.hs | 35 +++++++++++++++
real/eff/VSD/Main.hs | 14 ++++++
real/{compress2 => eff/VSD}/Makefile | 4 +-
real/eff/VSD/VSD.stdout | 1 +
real/eff/VSM/EffBench.hs | 58 ++++++++++++++++++++++++
real/eff/VSM/Main.hs | 13 ++++++
real/{compress2 => eff/VSM}/Makefile | 4 +-
real/eff/VSM/VSM.stdout | 1 +
29 files changed, 458 insertions(+), 14 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc c7e6c9074511f74f73eaa3b41051afc94aeb653a
More information about the ghc-commits
mailing list