[GHC] #9718: Avoid TidyPgm predicting what CorePrep will do
GHC
ghc-devs at haskell.org
Tue Dec 4 05:04:27 UTC 2018
#9718: Avoid TidyPgm predicting what CorePrep will do
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner: (none)
Type: task | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: | Keywords: CodeGen, CAFs
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by osa1):
Almost done ... I removed the entire cross-DLL stuff, with a lot of other
comments and code, and it validates. As said in comment:27 I think the DLL
stuff
is not relevant to the task (we don't do any cross-module stuff), and the
function (`rhsIsStatic`) is not used elsewhere, so it's fine to remove it.
I need to do some refactoring, and `ModIface` updates are currently
terrible
because the `ModIface` type is not easy to update (holds everything in
lists).
Another problem is I introduced new Stg passes. I'll do some refactoring
and
then submit a diff to get some comments before doing more refactoring to
fix
these issues.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9718#comment:28>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list