Don't eagerly blackhole single-entry thunks (#10414)
In a parallel program they can actually be entered more than once, leading to deadlock. Reviewers: austin, simonmar Subscribers: michaelt, thomie, bgamari Differential Revision: https://phabricator.haskell.org/D1040 GHC Trac Issues: #10414 Conflicts: testsuite/tests/codeGen/should_run/all.T
Showing
- compiler/codeGen/StgCmmClosure.hs 11 additions, 1 deletioncompiler/codeGen/StgCmmClosure.hs
- testsuite/.gitignore 1 addition, 0 deletionstestsuite/.gitignore
- testsuite/tests/codeGen/should_run/T10414.hs 38 additions, 0 deletionstestsuite/tests/codeGen/should_run/T10414.hs
- testsuite/tests/codeGen/should_run/T10414.stdout 1 addition, 0 deletionstestsuite/tests/codeGen/should_run/T10414.stdout
- testsuite/tests/codeGen/should_run/all.T 2 additions, 0 deletionstestsuite/tests/codeGen/should_run/all.T
Loading
Please register or sign in to comment