Talk:Compiler optimization
From Wikipedia, the free encyclopedia
[edit] Something still missing
dynamic compilation, feedback based optimization
[edit] compiler optimzation vs. optimizing compiler
Wouldn't it be better to discuss this material under optimizing compiler, which is a term in common use? --Robert Merkel
This page is very well written and informative, kudos to the persons who wrote it. And compiler optimization is the correct term. --BL
[edit] My modifications
A real good page, quite informative.Gave me all the info required for my project.My thanks to the writer.[alpha geek]
I've tried to organize and expand this page in a lot of ways. I think compiler optimizations are a very deep field, and each optimization, or at least the more complex ones, deserve their own page giving examples, details, and a full explanation of the algorithm. Look for red links, try to help!
I think the definition, "Compiler optimization techniques are optimization techniques that have been programmed into a compiler," is rather tautologous. --Random reader
Excellent page on compiler optimization with good links to external pages. Very useful in understanding the concepts. More pointers on how to look at the assembly code from gcc and how to interpret the optimization will be hepful. More external links could also be helpful.