Changes between Version 8 and Version 9 of Commentary/PrimOps
- Timestamp:
- 02/21/07 18:09:52 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/PrimOps
v8 v9 59 59 * Out-of-line !PrimOps have a special, fixed, [wiki:Commentary/Rts/HaskellExecution#CallingConvention calling convention]: 60 60 all arguments 61 are in the [wiki:Commentary/Rts/HaskellExecution#Registers ]registers] R1-R8. This is to make it easy to write the61 are in the [wiki:Commentary/Rts/HaskellExecution#Registers registers] R1-R8. This is to make it easy to write the 62 62 C-- code for these !PrimOps: we don't have to write code for multiple calling conventions. 63 63
