25 Nov 2012 16:26
GHC 7.4.1 hangs and memory usage shoots ups to 100% when compiling with -O2
magesh b <magesh85 <at> gmail.com>
2012-11-25 15:26:41 GMT
2012-11-25 15:26:41 GMT
I'm facing this problem only when I compiled the code using -O2 Flag.
I tried the following,
* Compiled with -O1 Flag (7.4.1), It compiled fine
* Compiled with ghc-7.0.4 with -O2, it's getting compiled successfully but with the Warning,
SpecConstr
Function `$wa{v s27vx} [lid]'
has one call pattern, but the limit is ...
[Module that is getting stuck is using heavy quasiquotation]
Env:
OS: Ubuntu 12.04 [x86_64]
GHC: 7.4.1
Is this a bug?
Anything else should I need to try?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed