Contents
Page-10
Prev
Next
Page+10
Index
Intrinsic Functions
Some things that are specified as functions in source code should be
compiled in-line. These include:
- Type-change functions that act as the identity function:
boole, ord, chr.
- Functions that are only a few instructions:
pred (- 1), succ (+ 1), abs.
- Functions that are implemented in hardware:
sqrt may be an instruction.