Skip to content

Add -ddump-stg-final to dump stg as used for codegen.

Andreas Klebinger requested to merge AndreasK/ghc:dumpStgFinal into master

Intermediate STG does not contain free variables which can be useful sometimes.

So adding a flag to dump that info.

Merge request reports