
Go backward to Program Structure
Go up to Program Control
Go forward to Compilation and Execution
RT++ Type Declarations
All RT++ objects (threads, lists,
arrays, pointers, thread bags)
are represented as data structures in the heap. For the purpose of automatic
garbage collection, the programmer has to provide some extra information about
those types that are used as base types of RT++ type constructors or as
argument types or result types of RT++ threads.
Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp