Changes between Version 6 and Version 7 of Commentary/Compiler/CPS
- Timestamp:
- 05/21/07 01:54:15 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/CPS
v6 v7 77 77 * The C code generator can't handle function parameters because of the Evil Mangler 78 78 * The NCG doesn't yet understand parameters 79 80 == TODO == 81 * Downstream 82 * Argument passing convention 83 * Midstream 84 * Support {{{switch}}} (needed by rts/Apply.cmm) 85 * More factoring and cleanup/documentation 86 * Wiki document the designed choosen 87 * Better stack slot selection 88 * Foreign function calls 89 * Garbage collector 90 * Proc points 91 * (May cause new blocks) 92 * Proc grouping of blocks 93 * Upstream 94 * Have {{{codeGen}}} emit C-- with functions.
