Talk:Compiler/Archive 1: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer m (List of Compiler Optimizations moved to List of compiler optimizations: uncapitalizing subsequent words in title to comply with policy) |
imported>Pat Palmer |
||
Line 22: | Line 22: | ||
* [[compiler]] | * [[compiler]] | ||
* [[intermediate | * [[intermediate language]] | ||
* [[code generation]] and [[list of code generation topics]] | * [[code generation]] and [[list of code generation topics]] | ||
[[Category: Computers Workgroup]] | [[Category: Computers Workgroup]] | ||
[[Category: CZ Live]] | [[Category: CZ Live]] |
Revision as of 20:45, 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