ThesaHelp: references g-h
ThesaHelp: ACM references f-l
Topic: code optimization
Topic: flavor analysis and typestates for supplementary type checking
Topic: static single assignment; SSA
Topic: dependency analysis
| |
Reference
Ghemawat, S., Randall, K.H., Scales, D.J.,
"Field analysis: getting useful and low-cost interprocedural information",
Proceedings of the ACM SIGPLAN '00 Conference on Programming Language Design and Implementation (PLDI), Vancouver, BC, Canada, June 2000, ACM SIGPLAN, pp. 334-344.
Google
Quotations
334 ;;Quote: field analysis for inexpensive interprocedural information about a class or small set of classes
| 334 ;;Quote: field properties refine type information for reference fields; e.g., does not reference subclasses of C, contains fixed-size array
| 335 ;;Quote: implement field analysis with static, single-assignment (SSA) graph; analyze loads and stores without optimization or context-sensitive information
| 335+;;Quote: field analysis in linear time by code size; 10% cost; 7% faster
|
Related Topics
ThesaHelp: references g-h (299 items)
ThesaHelp: ACM references f-l (241 items)
Topic: code optimization (54 items)
Topic: flavor analysis and typestates for supplementary type checking (68 items)
Topic: static single assignment; SSA (19 items)
Topic: dependency analysis (31 items)
|