ThesaHelp: ACM references a-e
ThesaHelp: references c-d
Topic: code optimization by special case analysis
Topic: machine code and assembly language
Topic: code optimization by global analysis
Topic: code optimization by flow analysis
| |
Reference
Debray, S.K., Evans, W.,
"Compiler techniques for code compaction",
ACM Transactions on programming Languages and Systems, 22, 2, pp. 378-415, March 2000.
Google
Quotations
abstract ;;Quote: Squeeze reduces code size by 30% through binary-rewriting; turn common code sequences into procedures, eliminate redundant computation and useless-code, rewrite save/restore
| abstract+;;Quote: use dominators and postdominators to identify identical subgraphs of the control flow graph
|
Related Topics
ThesaHelp: ACM references a-e (259 items)
ThesaHelp: references c-d (337 items)
Topic: code optimization by special case analysis (22 items)
Topic: machine code and assembly language (49 items)
Topic: code optimization by global analysis (23 items)
Topic: code optimization by flow analysis (45 items)
|