Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use base-provided unsafe shifts #311

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

Ericson2314
Copy link
Contributor

This makes the 9.2 prim changes less invasive. If we don't care about de-optimizing ancient GHCs we can remove this module altogether.

This makes the 9.2 prim changes less invasive. If we don't care about
de-optimizing ancient GHCs we can remove this module altogether.
@Ericson2314
Copy link
Contributor Author

N.B. #305 is still needed to cope for the planned GHC 9.2 primop changes in some form, even if this PR is merged. But it will be smaller if this PR is merged. I will also try to adopt the tricks of haskell/containers#760 and https://github.com/haskell/bytestring/pull/354/files for #305 to make code that is compatible both with and without the primop change plan without using CPP.

@phadej phadej merged commit 2f88390 into haskell:master Feb 15, 2021
@Ericson2314 Ericson2314 deleted the less-unboxed-needed branch February 15, 2021 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants