コンパイラによるパフォーマンスの違い
Sebastian Bergmann氏がgcc3、gcc4、iccでbuildしたPHPのパフォーマンステストを行った結果を公表しています。
にしても、gccとiccでこんなに違うもんですかね。。。ちょっとびっくり。
Last month I got a bit bored and built PHP 4.4.4, PHP 5.0.5, PHP 5.1.6, and current PHP_5_2 (the last two each with CALL, GOTO, and SWITCH VMs) with GCC 3.4.6 and GCC 4.1.1 with -O{0|1|2|3|s}. Yes, this means I built 80 PHP binaries. No, I did not do this manually.