svn commit: r236137 - head/contrib/gcc/config/i386

David Chisnall theraven at theravensnest.org
Wed May 30 09:00:24 UTC 2012


On 30 May 2012, at 09:01, Marius Strobl wrote:

> Ehm, yes, but given that this wouldn't be the first such flag we have
> is avoiding it really worth the link time and run time overheads in
> the long term? 

Given the small overhead of the extra hashes, yes.  At some point in the future, we can turn off the older ones and get a tiny reduction in overhead, but doing it now would cause much more pain for users in not being able to copy binaries from slightly newer to slightly older machines than we'd save from a tiny increase in binary size.

This is the archetypal change for incremental deployment, let's not make our users' lives difficult just because we can.

David
Who doesn't want to be woken up by mobs of users with flaming torches and pitchforks.


More information about the svn-src-all mailing list