diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-04-07 10:57:06 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-14 05:07:45 -0400 |
commit | 726da09e76d0832b5aedd5b78624435695ac04e7 (patch) | |
tree | 61c013968fc4a218562a647c1860696ef9ff95a8 /testsuite/tests/ghci.debugger/scripts | |
parent | b665d9833b13d9d4241ff56585bbf45d2fcf2278 (diff) | |
download | haskell-726da09e76d0832b5aedd5b78624435695ac04e7.tar.gz |
Always generate ModDetails from ModIface
This vastly reduces memory usage when compiling with `--make` mode, from
about 900M when compiling Cabal to about 300M.
As a matter of uniformity, it also ensures that reading from an
interface performs the same as using the in-memory cache. We can also
delete all the horrible knot-tying in updateIdInfos.
Goes some way to fixing #13586
Accept new output of tests fixing some bugs along the way
-------------------------
Metric Decrease:
T12545
-------------------------
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print012.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print012.stdout b/testsuite/tests/ghci.debugger/scripts/print012.stdout index d7a3489f49..e188a90d0c 100644 --- a/testsuite/tests/ghci.debugger/scripts/print012.stdout +++ b/testsuite/tests/ghci.debugger/scripts/print012.stdout @@ -1,6 +1,6 @@ o = O (_t1::a0) () _t1 :: SafeList Int NonEmpty -o = O (Cons 3 (_t4::SafeList Int y0)) +o = O (Cons 3 (_t4::SafeList Int y10)) () -o = O (Cons 3 (Cons 6 (_t9::SafeList Int y0))) +o = O (Cons 3 (Cons 6 (_t9::SafeList Int y10))) |