Changes between Version 15 and Version 16 of Commentary/Rts/HaskellExecution/PointerTagging
- Timestamp:
- 02/17/11 09:50:44 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/HaskellExecution/PointerTagging
v15 v16 62 62 For a non-top-level function, the cases are: 63 63 64 * unknown function application goes via `stg_ap_XXX` (see [wiki:Commentary/Rts/HaskellExecution/FunctionCalls#Generic Apply Generic Apply]).64 * unknown function application goes via `stg_ap_XXX` (see [wiki:Commentary/Rts/HaskellExecution/FunctionCalls#Genericapply Generic Apply]). 65 65 The generic apply functions must therefore arrange to correctly tag R1 before entering the function. 66 66 * A known function can be entered directly, if the call is made with exactly the right number of arguments.
