ThesaHelp: references a-b
Topic: code optimization by special case analysis
Topic: register allocation
Topic: execution profile
| |
Reference
Allen, F.E.,
"A technological review of the FORTRAN I compiler",
AFIPS NCC, 51, pp. 805-809, 1982.
Google
Quotations
807 ;;Quote: addressing optimizations: strength reduction, induction variables, common subexpressions, constant folding
| 807+;;Quote: good addressing code most important optimization for FORTRAN type languages
| 808 ;;Quote: in FORTRAN, each compiled region described by entry and exit conditions and preserved registers
| 809 ;;Quote: FORTRAN ordered program areas for register assignment by frequency of execution
| 809+;;Quote: FORTRAN estimated execution profile of a program by a Monte_Carlo method
| 809 ;;Quote: FORTRAN registers assigned in basic blocks by distance_to_next_use
| 809+;;Quote: FORTRAN tried different register assignments if mismatch across basic blocks
|
Related Topics
ThesaHelp: references a-b (396 items)
Topic: code optimization by special case analysis (22 items)
Topic: register allocation (28 items)
Topic: execution profile (42 items)
|