Wolfgang Jeltsch pushed to branch wip/jeltsch/module-graph-reuse-in-downsweep at Glasgow Haskell Compiler / GHC
Commits:
-
fc751783
by Wolfgang Jeltsch at 2026-05-26T19:53:18+03:00
1 changed file:
Changes:
| 1 | +section: compiler
|
|
| 2 | +synopsis: Allow `downsweep` to use nodes of an existing module graph
|
|
| 3 | +issues: #27054
|
|
| 4 | +mrs: !16028
|
|
| 5 | +description: {
|
|
| 6 | + This contribution enables `downsweep` to use the nodes of a module
|
|
| 7 | + graph obtained from a previous downsweeping round, which allows GHC
|
|
| 8 | + API applications to build module graphs somewhat incrementally.
|
|
| 9 | +} |