[commit: nofib] master: real: remove PolyGP (435f60a)

git at git.haskell.org git at git.haskell.org
Mon Mar 13 23:44:43 UTC 2017


Repository : ssh://git@git.haskell.org/nofib

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/435f60aa98979939f975933497b49e6afc6574a9/nofib

>---------------------------------------------------------------

commit 435f60aa98979939f975933497b49e6afc6574a9
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date:   Mon Mar 13 18:36:32 2017 -0400

    real: remove PolyGP
    
    The benchmark doesn't compile and was not enabled. I tried fixing it,
    but it seems to take excessive amount of time & memory (didn't finish
    in 60s, which required over 10GiB of RAM). Sounds like another
    candidate for removal.
    
    Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
    
    Test Plan: build & run
    
    Reviewers: bgamari
    
    Differential Revision: https://phabricator.haskell.org/D3329


>---------------------------------------------------------------

435f60aa98979939f975933497b49e6afc6574a9
 real/Makefile             |   1 -
 real/PolyGP/Auxil.hs      | 238 -------------------------
 real/PolyGP/Create.hs     | 287 ------------------------------
 real/PolyGP/Eval.hs       | 436 ----------------------------------------------
 real/PolyGP/Evolve.hs     | 152 ----------------
 real/PolyGP/Header.hs     |  60 -------
 real/PolyGP/Local.hs      | 125 -------------
 real/PolyGP/Main.hs       |  27 ---
 real/PolyGP/Makefile      |   6 -
 real/PolyGP/Para          |   6 -
 real/PolyGP/PolyGP.stderr |  87 ---------
 real/PolyGP/PolyGP.stdout |   3 -
 real/PolyGP/Unify.hs      | 253 ---------------------------
 13 files changed, 1681 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 435f60aa98979939f975933497b49e6afc6574a9


More information about the ghc-commits mailing list