Re: #15454: Have GHCi automatically use -fobject-code for modules that use UnboxedTuples
"GHC" <[email protected]> Mon, 18 Mar 2019 11:30:33 -0000
| Newsgroups | gmane.comp.lang.haskell.glasgow.bugs |
|---|---|
| Message-ID | <[email protected]> |
--===============1307696721921744077==
Content-Type: multipart/related;
boundary="===============6181227233965245992=="
--===============6181227233965245992==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
#15454: Have GHCi automatically use -fobject-code for modules that use
UnboxedTuples
-------------------------------------+-------------------------------------
Reporter: mgsloan | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone: 8.10.1
Component: Compiler | Version: 8.4.3
Resolution: | Keywords:
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 Marge Bot <ben+marge-bot@…>):
In [changeset:"c01d5af31c8feb634fc3dffc84e6e7ece61ba190/ghc"
c01d5af3/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="c01d5af31c8feb634fc3dffc84e6e7ece61ba190"
Extract out use of UnboxedTuples from GHCi.Leak
See #13101 + #15454 for motivation. This change reduces the number of
modules that need to be compiled to object code when loading GHC into
GHCi.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15454#comment:3>