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:

  1. Type-change functions that act as the identity function: boole, ord, chr.

  2. Functions that are only a few instructions:
    pred (- 1), succ (+ 1), abs.

  3. Functions that are implemented in hardware:
    sqrt may be an instruction.