[GHC] #12425: With -O1 and above causes ghc to use all available memory before being killed by OOM killer
GHC
ghc-devs at haskell.org
Sat Jul 23 07:35:38 UTC 2016
#12425: With -O1 and above causes ghc to use all available memory before being
killed by OOM killer
-------------------------------------+-------------------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.0.2
Component: Compiler | Version: 8.0.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 erikd):
Maybe not too surprisingly, removing all the `INLINE` pragmas (51 in 500
lines of code) allows the code to compile even with `-O2`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12425#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list