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