Wolfgang Jeltsch pushed to branch wip/jeltsch/module-graph-reuse-in-downsweep at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • changelog.d/module-graph-reuse-in-downsweep
    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
    +}