LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
frame.cc File Reference

Implementation of frame::Frame. More...

#include <misc/contract.hh>
#include <misc/algorithm.hh>
#include <frame/frame.hh>
#include <frame/access.hh>
#include <temp/label.hh>
Include dependency graph for frame.cc:

Namespaces

namespace  frame
 Tools to describe activation blocks: Frame, Access.

Functions

std::ostream & frame::operator<< (std::ostream &o, const Frame &f)
 Report f on o for debugging purpose.

Variables

size_t frame::word_size = 4
 Global word size, in byte.

Detailed Description

Implementation of frame::Frame.