Computer Science Fundamentals Algorithms Subjective
Feb 27, 2013

Explain the principle sources of optimization.

Detailed Explanation

Code optimization techniques are generally applied after syntax analysis, usually both before and during code generation. The techniques consist of detecting patterns in the program and replacing these patterns by equivalent and more efficient constructs.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback