Topic: code optimization by flow analysis
Topic: register allocation by use-def graphs
Topic: code optimization
| |
Reference
Tice, C., Graham, S.L.,
"A practical, robust method for generating variable range tables", in Wilhelm, R. (ed.),
Compiler Construction, 10th International Conference, CC 2001, Genova, Italy, April 2001, Springer, LNCS 2027, pp. 102-117.
Google
Quotations
abstract ;;Quote: build a variable range table in one dataflow-analysis pass; identifies all locations of a variable in registers and memory
| 105 ;;Quote: the key instruction is the first instruction executed that causes a source-level, visible state change for an atom; compiler may annotate
|
Related Topics
Topic: code optimization by flow analysis (47 items)
Topic: register allocation by use-def graphs (9 items)
Topic: code optimization (54 items)
|