summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2018-03-22 09:51:24 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2018-03-22 09:51:24 +0000
commitefc844f5b955385d69d8e20b80d38311083a6665 (patch)
tree8db80f4b9ffb44e84ba14ef3a57d0d620edffbef /compiler/codeGen
parent3446cee05e08d78033e141fa46d4de6929542cbb (diff)
downloadhaskell-efc844f5b955385d69d8e20b80d38311083a6665.tar.gz
Fix over-eager constant folding in bitInteger
The RULE for bitInteger was trying to constant-fold bitInteger 9223372036854775807# which meant constructing a gigantic Integer at compile time. Very bad idea! Easily fixed. Fixes Trac #14959, #14962.
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions