ThesaHelp: references i-l
ThesaHelp: ACM references f-l
Topic: register arguments to subroutines
Topic: code optimization by special case analysis
Topic: register allocation
Topic: register allocation by use-def graphs
| |
Reference
Karr, M.,
"Code generation by coagulation",
Proceedings of the ACM SIGPLAN '84 Symposium on Compiler Construction,
SIGPLAN, 19, 6, pp. 1-12, June 1984.
Google
Quotations
1 ;;Quote: modern programs use many subroutines; need cheap calls to non-recursive procedures
| 1 ;;Quote: peephole optimization is still important; a sign that something is wrong
| 1 ;;Quote: do instruction selection and register allocation together by coagulating locally optimal code, most frequent first
| 2 ;;Quote: a variable occurrence in code can cohabit or conflict with other occurrences
| 12 ;;Quote: code generation by coagulation not implemented; expect better code slower
|
Related Topics
ThesaHelp: references i-l (342 items)
ThesaHelp: ACM references f-l (241 items)
Topic: register arguments to subroutines (2 items)
Topic: code optimization by special case analysis (22 items)
Topic: register allocation (28 items)
Topic: register allocation by use-def graphs (9 items)
|