Earlier quoted context omitted.
And if you're willing to do that on every upgrade of the compiler or anything that may affect the compiler's exact execution path.
Performance regressions in GHC are taken seriously as far as I've seen. It's not that big of a deal since you should test/profile your program on any compiler upgrade. If you see any regressions, just post it to the ghc mailing list and it will probably be solved for you since it's much needed regression feedback/data.
That being said, I used to think that about Java as well - and then the whole substring thing happened.