Talk:Compiler/Archive 1: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer (→See Also: removed link to "list of intermediate representations" (there are too many!--one for every architecture ever invented)) |
imported>Pat Palmer m (List of Compiler Optimizations moved to List of compiler optimizations: uncapitalizing subsequent words in title to comply with policy) |
(No difference)
|
Revision as of 20:39, 12 May 2007
This page aims to list articles about optimizations employed by compilers. This list is not necessarily complete or up to date.
- alias analysis
- algebraic simplification
- constant folding
- copy propagation
- dead code elimination
- function inlining
- function specialization
- inlining
- loop optimization
- loop peeling
- loop unrolling
- peephole optimization
- reduction in strength
- tail call optimization