ThesaHelp: references g-h
Topic: code optimization
Topic: code optimization by advice and statistics
Topic: programming style
Topic: efficiency
Topic: programming language standards
Topic: code optimization by special case analysis
Topic: register allocation
| |
Reference
Goodenough, J.B.,
"An exploratory study of reasons for HOL object code inefficiency entries", Waltham, Massachusetts, Softech, Inc., 021-11.2 ECOM-75-0373f, August 1976.
Google
Other Reference
NTIS AD A029 664/0wc
Quotations
1 ;;Quote: current compilers can generate object code within 15% of assembly code if the source exploits the strengths of the compiler's optimizer
| 1 ;;Quote: military programmers are so concerned about efficiency that they will tune for their compiler even though readability is destroyed
| 1 ;;Quote: compiler optimization needs standardization, otherwise programmers must adapt their style to optimization quirks
| 54 ;;Quote: optimizations: loop control variables in registers, unused assignments, strength reduction, duplicate elimination, packed constants
|
Related Topics
ThesaHelp: references g-h (299 items)
Topic: code optimization (54 items)
Topic: code optimization by advice and statistics (8 items)
Topic: programming style (47 items)
Topic: efficiency (96 items)
Topic: programming language standards (10 items)
Topic: code optimization by special case analysis (22 items)
Topic: register allocation (28 items)
|