Changes between Version 58 and Version 59 of Commentary/Compiler/StackAreas
- Timestamp:
- 06/30/08 08:35:43 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/StackAreas
v58 v59 57 57 58 58 To name a specific location on the stack, we represent its address with a new kind of `CmmExpr`: the `CmmStackSlot`. 59 A `CmmStackSlot` is just an integer offset into an `Area`. 59 A `CmmStackSlot` is just an integer offset into an `Area`. [[BR]] 60 60 61 Notice that a `CmmStackSlot` is an ''address'', so we can say 61 62 {{{
