Talk:Compiler/Archive 1: Difference between revisions
Jump to navigation
Jump to search
imported>Subpagination Bot m (Add {{subpages}} and remove any categories (details)) |
imported>Peter Schmitt m (List of compiler optimizations moved to Talk:Compiler/Archive 1: list copied to article) |
(No difference)
|
Latest revision as of 15:36, 16 February 2010
This is a list of optimizations employed by compilers.
- 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