Skip to content
GitLab
Explore
Sign in
Register
Allow more Bignum primitives to inline (
#20361
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Sylvain Henry
requested to merge
hsyl20/ghc:hsyl20/bignum-inline2
into
master
Oct 08, 2021
Overview
6
Commits
3
Pipelines
4
Changes
6
Expand
See
#20361
for the plan. In this batch:
add constant folding for
bigNatCompareWord#
allow Integer Eq/Ne/Gt/Ge/Lt/Le/Compare to inline
allow Integer signum to inline
Merge request reports