Fix #15038
We introduce a new Id for unused pointer values in unboxed sums that is not CAFFY. Because the Id is not CAFFY it doesn't make non-CAFFY definitions CAFFY, fixing #15038. To make sure anything referenced by the new id will be retained we get a stable pointer to in on RTS startup. Test Plan: Passes validate Reviewers: simonmar, simonpj, hvr, bgamari, erikd Reviewed By: simonmar Subscribers: rwbarton, thomie, carter GHC Trac Issues: #15038 Differential Revision: https://phabricator.haskell.org/D4680
Showing
- compiler/coreSyn/MkCore.hs 34 additions, 2 deletionscompiler/coreSyn/MkCore.hs
- compiler/prelude/PrelNames.hs 3 additions, 4 deletionscompiler/prelude/PrelNames.hs
- compiler/simplStg/UnariseStg.hs 3 additions, 2 deletionscompiler/simplStg/UnariseStg.hs
- libraries/base/Control/Exception/Base.hs 5 additions, 1 deletionlibraries/base/Control/Exception/Base.hs
- rts/Prelude.h 2 additions, 0 deletionsrts/Prelude.h
- rts/RtsStartup.c 7 additions, 0 deletionsrts/RtsStartup.c
- testsuite/tests/codeGen/should_run/T15038/Makefile 9 additions, 0 deletionstestsuite/tests/codeGen/should_run/T15038/Makefile
- testsuite/tests/codeGen/should_run/T15038/all.T 4 additions, 0 deletionstestsuite/tests/codeGen/should_run/T15038/all.T
- testsuite/tests/codeGen/should_run/T15038/common/Data/Trie/Naive.hs 80 additions, 0 deletions...tests/codeGen/should_run/T15038/common/Data/Trie/Naive.hs
- testsuite/tests/codeGen/should_run/T15038/src/Packed/Bytes.hs 80 additions, 0 deletions...suite/tests/codeGen/should_run/T15038/src/Packed/Bytes.hs
- testsuite/tests/codeGen/should_run/T15038/src/Packed/Bytes/Parser.hs 165 additions, 0 deletions...ests/codeGen/should_run/T15038/src/Packed/Bytes/Parser.hs
- testsuite/tests/codeGen/should_run/T15038/src/Packed/Bytes/Stream/ST.hs 61 additions, 0 deletions...s/codeGen/should_run/T15038/src/Packed/Bytes/Stream/ST.hs
- testsuite/tests/codeGen/should_run/T15038/test/Main.hs 4 additions, 0 deletionstestsuite/tests/codeGen/should_run/T15038/test/Main.hs
- testsuite/tests/codeGen/should_run/T15038/test/Parser.hs 61 additions, 0 deletionstestsuite/tests/codeGen/should_run/T15038/test/Parser.hs
Loading
Please register or sign in to comment