Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ömer Sinan Ağacan's avatar
    266435a7
    Add new flag for unarised STG dumps · 266435a7
    Ömer Sinan Ağacan authored and Marge Bot's avatar Marge Bot committed
    Previously -ddump-stg would dump pre and post-unarise STGs. Now we have
    a new flag for post-unarise STG and -ddump-stg only dumps coreToStg
    output.
    
    STG dump flags after this commit:
    
    - -ddump-stg: Dumps CoreToStg output
    - -ddump-stg-unarised: Unarise output
    - -ddump-stg-final: STG right before code gen (includes CSE and lambda
      lifting)
    266435a7
    History
    Add new flag for unarised STG dumps
    Ömer Sinan Ağacan authored and Marge Bot's avatar Marge Bot committed
    Previously -ddump-stg would dump pre and post-unarise STGs. Now we have
    a new flag for post-unarise STG and -ddump-stg only dumps coreToStg
    output.
    
    STG dump flags after this commit:
    
    - -ddump-stg: Dumps CoreToStg output
    - -ddump-stg-unarised: Unarise output
    - -ddump-stg-final: STG right before code gen (includes CSE and lambda
      lifting)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.