[commit: ghc] wip/cross-spec-constr: WIP: Make SpecConstr work across modules (5a247be)
git at git.haskell.org
git at git.haskell.org
Tue May 16 20:21:08 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/cross-spec-constr
Link : http://ghc.haskell.org/trac/ghc/changeset/5a247bea70ce1a2c971928c4300970d3a7f269d4/ghc
>---------------------------------------------------------------
commit 5a247bea70ce1a2c971928c4300970d3a7f269d4
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Wed May 10 15:44:36 2017 +0100
WIP: Make SpecConstr work across modules
Summary:
This enables the SpecConst transformation to work
across modules. I mostly copied and modified code from the normal specialiser
and it seems to work. Here to validate and get feedback.
TODO:
[]: Work out what SpecConstr actually does
[]: Add a test
[]: Clean up the mostly copied implementation
Reviewers: simonpj, austin, bgamari
Subscribers: rwbarton, thomie
GHC Trac Issues: #10346
Differential Revision: https://phabricator.haskell.org/D3566
>---------------------------------------------------------------
5a247bea70ce1a2c971928c4300970d3a7f269d4
compiler/specialise/SpecConstr.hs | 112 +++++++++++++++++++-------------------
compiler/specialise/Specialise.hs | 2 +-
2 files changed, 58 insertions(+), 56 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 5a247bea70ce1a2c971928c4300970d3a7f269d4
More information about the ghc-commits
mailing list