Changes between Version 1 and Version 2 of Commentary/Compiler/NewCodeGen/Cleanup

Show
Ignore:
Timestamp:
09/05/12 05:53:28 (9 months ago)
Author:
simonmar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Commentary/Compiler/NewCodeGen/Cleanup

    v1 v2  
    2525== Towards removing `OldCmm` == 
    2626 
    27  * Change the NCG over to consume new `Cmm`.  We possible also want the generated native code to use the Hoopl Block representation, although that will mean changing branch instructions to have both true and false targets, rather than true and fallthrough as we have now. 
     27 * Change the NCG over to consume new `Cmm`.  We possibly also want the generated native code to use the Hoopl Block representation, although that will mean changing branch instructions to have both true and false targets, rather than true and fallthrough as we have now. 
     28 
     29 * Remove `cmm/CmmCvt` (this will save some compile-time too) 
     30 
     31 * Remove `cmm/OldCmm*`, `cmm/PprOldCmm` etc. 
    2832 
    2933== Later ==