Talk:Compiler/Archive 1: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer |
imported>Pat Palmer (→See Also: removed 'code generation' (already covered in compilers article)) |
||
Line 23: | Line 23: | ||
* [[compiler]] | * [[compiler]] | ||
* [[intermediate language]] | * [[intermediate language]] | ||
* | * [[list of code generation topics]] | ||
[[Category: Computers Workgroup]] | [[Category: Computers Workgroup]] | ||
[[Category: CZ Live]] | [[Category: CZ Live]] |
Revision as of 20:46, 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