Changes between Version 47 and Version 48 of Commentary/Compiler/StackAreas
- Timestamp:
- 06/30/08 08:30:04 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/StackAreas
v47 v48 57 57 58 58 To name a specific location on the stack, we represent its address with a new kind of `CmmExpr`: the `CmmStackSlot`. A `CmmStackSlot` is just an integer offset into an `Area`. 59 Notice that a `CmmStackSlot` is an ''address'', so we can say59 Notice that a `CmmStackSlot` is an address, so we can say 60 60 {{{ 61 61 Sp = SS(a+0)
