diff options
| author | Simon Peyton Jones <simonpj@microsoft.com> | 2018-03-22 09:51:24 +0000 |
|---|---|---|
| committer | Simon Peyton Jones <simonpj@microsoft.com> | 2018-03-22 09:51:24 +0000 |
| commit | efc844f5b955385d69d8e20b80d38311083a6665 (patch) | |
| tree | 8db80f4b9ffb44e84ba14ef3a57d0d620edffbef /compiler/codeGen | |
| parent | 3446cee05e08d78033e141fa46d4de6929542cbb (diff) | |
| download | haskell-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
