Skip to content

Fix -ddump-stg flag

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/flag/dump_stg into master

-ddump-stg was dumping the initial STG (just after Core-to-STG pass) which was misleading because we want the final STG to know if a function allocates or not.

Now we have a new flag -ddump-stg-from-core for this and -ddump-stg is deprecated.

Edited by Sylvain Henry

Merge request reports