Computer Science Fundamentals
Algorithms
Subjective
Feb 27, 2013
What do you mean by inner loops?
Detailed Explanation
The most heavily traveled parts of a program, the inner loops, are an obvious target for optimization. Typical loop optimizations are the removal of loop invariant computations and the elimination of induction variables.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts