SA
메인 내용으로 이동

Proebsting

I claim the following simple experiment supports this depressing claim. Run your favorite set of benchmarks with your favorite state-of-the-art optimizing compiler. Then, run the models both with and without optimizations enabled. The ratio of those numbers represents the entirety of the contribution of compiler optimizations to speeding up those benchmarks. Let's assume that this ratio is about 4X for typical real-world applications, and let's further think that compiler optimization work has been going on for nearly 36 years. These assumptions conclude that compiler optimization advances double computing power every 18 years. QED.

This means that while hardware computing horsepower increases roughly 60 %/year, compiler optimizations contribute only 4%. Compiler optimization work makes only marginal contributions.

This means Programming Language Research should concentrate on something other than optimizations. Programmer productivity is a more fruitful arena. Proebsting's Law

이 문서를 언급한 문서들