GHCi: Fix load/reload space leaks (#4029)
This patch addresses GHCi load/reload space leaks which could be fixed without adversely affecting performance. Test Plan: make test "TEST=T4029" Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: mpickering, thomie Differential Revision: https://phabricator.haskell.org/D1950 GHC Trac Issues: #4029
Showing
- compiler/main/GhcMake.hs 13 additions, 6 deletionscompiler/main/GhcMake.hs
- compiler/main/InteractiveEval.hs 2 additions, 2 deletionscompiler/main/InteractiveEval.hs
- compiler/main/Packages.hs 7 additions, 5 deletionscompiler/main/Packages.hs
- ghc/GHCi/UI.hs 4 additions, 2 deletionsghc/GHCi/UI.hs
- testsuite/tests/perf/space_leaks/T4029.script 335 additions, 0 deletionstestsuite/tests/perf/space_leaks/T4029.script
- testsuite/tests/perf/space_leaks/T4029a.hs 3 additions, 0 deletionstestsuite/tests/perf/space_leaks/T4029a.hs
- testsuite/tests/perf/space_leaks/T4029b.hs 23 additions, 0 deletionstestsuite/tests/perf/space_leaks/T4029b.hs
- testsuite/tests/perf/space_leaks/all.T 11 additions, 0 deletionstestsuite/tests/perf/space_leaks/all.T
- testsuite/tests/rename/should_fail/T11071.stderr 4 additions, 4 deletionstestsuite/tests/rename/should_fail/T11071.stderr
Loading
Please register or sign in to comment