[GHC] #12995: interpetBCO doesn't get stripped from executables
GHC
ghc-devs at haskell.org
Sat Dec 17 15:03:04 UTC 2016
#12995: interpetBCO doesn't get stripped from executables
-------------------------------------+-------------------------------------
Reporter: olsner | Owner:
Type: task | Status: new
Priority: normal | Milestone:
Component: Runtime System | Version: 8.0.1
Resolution: | Keywords: footprint
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):
I have another idea. I think we can't start a GHCi process just by using
`base`
from a Haskell program, right? So that part of the scheduler can only be
run in
`ghc-stage2`. Why not just `ifdef` those parts so that that block in the
scheduler and `interpretBCO` would be defined only when compiling RTS for
`ghc-stage2`? Would that be too much extra compilation?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12995#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list