Skip to content

Generalize GHC.Cmm.Dataflow to work over any node type

Norman Ramsey requested to merge wip/nr/polymorphic-dataflow into master

See #20725 (closed).

The commit includes source-code changes and a test case.

CI suggests tha there are no compile-time performance issues. If anything, fewer bytes are allocated at compile time.

Edited by Norman Ramsey

Merge request reports