Boxity: Handle argument budget of unboxed tuples correctly (#21737)
Now Budget roughly tracks the combined width of all arguments after unarisation. See the changes to `Note [Worker argument budgets]`. Fixes #21737.
parent
31fbf026
No related branches found
No related tags found
Pipeline #58714 canceled
Stage: tool-lint
Stage: quick-build
Stage: full-build
Stage: packaging
Stage: testing
Showing
- compiler/GHC/Core/Opt/DmdAnal.hs 96 additions, 14 deletionscompiler/GHC/Core/Opt/DmdAnal.hs
- compiler/GHC/Core/Opt/WorkWrap/Utils.hs 38 additions, 33 deletionscompiler/GHC/Core/Opt/WorkWrap/Utils.hs
- testsuite/tests/stranal/sigs/T21737.hs 37 additions, 0 deletionstestsuite/tests/stranal/sigs/T21737.hs
- testsuite/tests/stranal/sigs/T21737.stderr 24 additions, 0 deletionstestsuite/tests/stranal/sigs/T21737.stderr
- testsuite/tests/stranal/sigs/all.T 1 addition, 0 deletionstestsuite/tests/stranal/sigs/all.T
Loading
Please register or sign in to comment