[GHC] #14741: High-memory usage during compilation using Template Haskell
GHC
ghc-devs at haskell.org
Tue Feb 6 21:17:26 UTC 2018
#14741: High-memory usage during compilation using Template Haskell
-------------------------------------+-------------------------------------
Reporter: donatello | Owner: sighingnow
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D4384
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by mpickering):
I'm not sure embedding a 100mb file into a program is really supported.
What are you doing after you embed this file? Can't you just read the file
when the program runs?
Maybe the easiest way would be to install HEAD from hvr's ppa -
https://launchpad.net/~hvr/+archive/ubuntu/ghc. It is also easy with nixos
if you are using that.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14741#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list