run_block_ar Struct Reference

Block activation record. More...

#include <run_t.h>


Data Fields

intmap_t vars
 Variables in this block.


Detailed Description

Block activation record.

One block AR is created for each block that we enter. A variable declaration statement inserts the variable here. Upon exiting the block we pop from the stack, thus all the variables declared in that block are forgotten.

Definition at line 41 of file run_t.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 2 07:46:00 2011 for HelenOS/USB by  doxygen 1.4.7