Changes between Version 9 and Version 10 of Commentary/Compiler/CodeGen
- Timestamp:
- 05/23/07 11:53:12 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/CodeGen
v9 v10 103 103 Please help classify these if you know what they are. 104 104 105 CgBindery 105 CgBindery:: 106 Module for {{{CgBindings}}} which maps variable names 107 to all the volitile or stable locations where they are stored 108 (e.g. register, stack slot, computed from other expressions, etc.) 109 Provides the {{{addBindC}}}, {{{modifyBindC}}} and {{{getCgIdInfo}}} functions 110 for adding, modifying and looking up bindings. 111 106 112 CgHeapery 107 113 CgStackery
