Provides the classes for uniquely generating and manipulating
Temporarys that represent variables or symbolic addresses.
The Temp package consists of two main parts: classes for generating
symbolic objects such as Temp
and Label
, or
classes for working with the symbolic objects such as
CloningTempMap
.
Related Documentation
For further information, see:
- Appel, Andrew W., Modern Compiler Implementation in Java,
page 146, "Temporaries and Labels"
@author C. Scott Ananian (cananian@alumni.princeton.edu)
@author Felix Klock (pnkfelix@mit.edu)