Skip to content
  • Sylvain Henry's avatar
    Fix -ddump-stg flag · 2d8ca917
    Sylvain Henry authored and Marge Bot's avatar Marge Bot committed
    -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.
    2d8ca917