Fix interpreter with profiling
This was broken by D3746 and/or D3809, but unfortunately we didn't notice because CI at the time wasn't building the profiling way. Test Plan: ``` cd testsuite/test/profiling/should_run make WAY=ghci-ext-prof ``` Reviewers: bgamari, michalt, hvr, erikd Subscribers: rwbarton, thomie, carter GHC Trac Issues: #14705 Differential Revision: https://phabricator.haskell.org/D4437
Showing
- compiler/codeGen/StgCmmBind.hs 8 additions, 6 deletionscompiler/codeGen/StgCmmBind.hs
- compiler/codeGen/StgCmmCon.hs 1 addition, 2 deletionscompiler/codeGen/StgCmmCon.hs
- compiler/codeGen/StgCmmLayout.hs 19 additions, 8 deletionscompiler/codeGen/StgCmmLayout.hs
- compiler/ghci/ByteCodeGen.hs 4 additions, 7 deletionscompiler/ghci/ByteCodeGen.hs
- testsuite/tests/codeGen/should_run/T13825-unit.hs 1 addition, 1 deletiontestsuite/tests/codeGen/should_run/T13825-unit.hs
- testsuite/tests/profiling/should_run/all.T 2 additions, 4 deletionstestsuite/tests/profiling/should_run/all.T
Loading
Please register or sign in to comment