SCM Repository
Diff of /trunk/src/compiler/README
Parent Directory
|
Revision Log
|
Patch
revision 444, Thu Oct 21 00:11:00 2010 UTC | revision 445, Thu Oct 21 04:01:15 2010 UTC | |
---|---|---|
# | Line 15 | Line 15 |
15 | 3) Simplification | 3) Simplification |
16 | This takes the Typed AST representation and produces the Simple AST | This takes the Typed AST representation and produces the Simple AST |
17 | representation. Simple AST only allows simple expressions over | representation. Simple AST only allows simple expressions over |
18 | variables. This phase is also responsible for determining which | variables. This phase is also responsible for loading the image |
19 | global variables are static and evaluating them to. The main purpose | summary information. To do so, we determine which input variables are |
20 | of the static evaluation is to get the image summary information from | required to load the images, get teh values from the user, and then |
21 | dnorm. | evaluate the static code (including using dnorm to get image info). |
22 | (see ast, simplify) | (see ast, simplify) |
23 | ||
24 | 4) Translation to HighIL | 4) Translation to HighIL |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |