Simon Peyton Jones pushed to branch wip/T26548 at Glasgow Haskell Compiler / GHC
Commits:
-
ff484efd
by Simon Peyton Jones at 2025-12-23T16:53:58+00:00
1 changed file:
Changes:
| ... | ... | @@ -1055,8 +1055,6 @@ Reason for (a): |
| 1055 | 1055 | were evaluated, nothing more. That in turn make the enclosing function
|
| 1056 | 1056 | too big to inline elsewhere.
|
| 1057 | 1057 | |
| 1058 | -
|
|
| 1059 | - |
|
| 1060 | 1058 | Reason for (b): we want to inline integerCompare here
|
| 1061 | 1059 | integerLt# :: Integer -> Integer -> Bool#
|
| 1062 | 1060 | integerLt# (IS x) (IS y) = x <# y
|