Changes between Version 4 and Version 5 of Commentary/Rts/HaskellExecution/PointerTagging
- Timestamp:
- 07/27/07 04:08:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/HaskellExecution/PointerTagging
v4 v5 59 59 * we can assume that pointers to non-top-level functions are always tagged, so entering directly 60 60 is safe. 61 * unknown function application goes via `stg_ap_XXX` (see [wiki:Commentary/Rts/HaskellExecution/FunctionCalls#GenericApply Generic Apply ).61 * unknown function application goes via `stg_ap_XXX` (see [wiki:Commentary/Rts/HaskellExecution/FunctionCalls#GenericApply Generic Apply]). 62 62 The generic apply functions must therefore arrange to correctly tag R1 before entering the function. 63 63
