\"\" \"\" \"\"
Go up to Lists
Go forward to Definition
RISC-Linz logo

Representation

 

A list of type List<T> is represented as follows:

Each list cell is prefixed by one word that holds the size of the cell. The size of s list cell is thus the sum of the sizes of an integer word, of T and of List<T> where the size of List<T> is the pointer size of the machine.
Author: Wolfgang Schreiner
Last Modification: April 12, 1997