When programming a computer, concerns eventually emerge about how efficiently the hardware and software assets are utilized in the execution of the program. It is through Optimization that such efficiencies are realized.
Compiler Optimization
Optimization Themes
- Compiler optimization techniques have a number of themes which can be employed
Loop Optimizations
- Most execution time of a scientific program is spent on loops. Thus a lot of compiler analysis and optimization techniques have been developed to make the execution of loops faster.
Related:
CategoryIdeaForm