I'd also wonder about a project that should have been tuned for a particular compiler really getting that much faster between versions of that compiler...
As for GC, I am not sure it makes much of a difference as it used to back in the days. Probably even less when 2.2 ships with incremental garbage collection. It always depends on the type of work your app does also.
I agree with most of the comments here that 44% faster sounds way too good to be true. Perhaps there is some micro-benchmark where this gain was perceived. A more through blog post to substantiate or disprove these performance gains would be welcome.
It'd be really interesting to see the methodology used when gains like this are reported, because it's potentially really interesting stuff but without knowing what was measured and changed, it's hard to give it weight.
Which is a shame, because it's probably really useful.
i.e. what's the workload. what was the performance metric which improved. any detail you can give about the likely bottleneck of the system, etc.
izietto|11 years ago
cbsmith|11 years ago
joevandyk|11 years ago
fbernier|11 years ago
As for GC, I am not sure it makes much of a difference as it used to back in the days. Probably even less when 2.2 ships with incremental garbage collection. It always depends on the type of work your app does also.
tedunangst|11 years ago
mrinterweb|11 years ago
jbert|11 years ago
Which is a shame, because it's probably really useful.
i.e. what's the workload. what was the performance metric which improved. any detail you can give about the likely bottleneck of the system, etc.
krisdol|11 years ago
longlivegnu|11 years ago
ok.