[GHC] #10613: Mechanism for checking that we only enter single-entry thunks once
GHC
ghc-devs at haskell.org
Fri Mar 18 10:22:15 UTC 2016
#10613: Mechanism for checking that we only enter single-entry thunks once
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by nomeata):
Yes! That’s the idea, and conceptually straight-forward. I’m just a bit
worried that the change will be too invasive to the compiler’s code (info
tables, offset calculation etc.)
But I guess I should just do it, and see how bad it is. In the worst case
we keep it on a separate branch just for the investigation for the paper.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10613#comment:19>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list