Changes between Version 5 and Version 6 of Commentary/Rts/Storage/Stack
- Timestamp:
- 10/05/09 10:42:15 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/Storage/Stack
v5 v6 22 22 23 23 (ignore the "return vector" part of the above diagram; return vectors were removed from GHC in version 6.8.1) 24 The ''SRT'' field points to the SRT tablefor this stack frame (see [wiki:Commentary/Rts/CAFs] for details of SRTs).24 The ''SRT'' field points to the static reference table (SRT) for this stack frame (see [wiki:Commentary/Rts/CAFs] for details of SRTs). 25 25 26 26 == Layout of the payload ==
