| 4 | | * '''Code generator''' converts STG to `CmmGraph`. Implemented in `StgCmm*` modules (in directory `codeGen`). Parameter passing and stack adjustments are made explicit using the [wiki:Commentary/Compiler/StackAreas ''Stack Area'' abstraction.] |
| | 4 | * '''Code generator''' converts STG to `CmmGraph`. Implemented in `StgCmm*` modules (in directory `codeGen`). |
| | 5 | * Parameter passing and stack adjustments are made explicit using the [wiki:Commentary/Compiler/StackAreas ''Stack Area'' abstraction.] |
| | 6 | * But we still have `LastCall`, `LastReturn`, `LastBranch` as `Last` nodes. |