The src/frame Directory
Namespace frame, delivered for TC-5. Convenient tools to describe
activations blocks.
File: local.am (src/frame/)
The Makefile configuration relative to the
src/frame/directory. It is responsible for the integration into thelibtclibrary with everything exported from theframemodule.
File: libframe.* (src/frame/)
The interface of the
framemodule.
File: fwd.hh (src/frame/)
Forward declarations for the
framemodule.
File: access.* (src/frame/)
An
Accessis a location of a variable: on the stack, or in a temporary.
File: frame.* (src/frame/)
A
Frameknows only which variables it contains.