On Sun, Jan 20, 2008 at 04:03:22PM +1030, David Newall wrote:
Well I'm sure if they migrate they can either recompile or pay someone
to forward port and apply and support the iBCS emulation patchkit.
And for that person it will be only a few minutes to readd these hunks.
However it doesn't make any sense to have all Linux systems ever
out there who can't even run these binaries without significantly
changing the kernel have carry the overhead of these unnecessary checks.
I'm not sure the cost is that low because they access one (or more likely
two) out of line data cache line for the two strings and kernel often runs
cache cold because userland tends to fill the caches and then a cache miss
can be actually hundreds of cycles, possibly multiplied by two.
But assuming there is no cache miss (which is a very conservative
assumption) and the strcmps cost 20 cycles and you got 1 million
2Ghz Linux systems out there doing 100k execs each day we're talking
about 1000 CPU seconds wasted each day. That should be certainly
measurable on most stop watches.
They have to patch the kernel in non trivial ways anyways because they
would need to patch in the whole old iBCS emulation layer.
(e.g. the old default ldt code which was for iBCS was just dropped --
strangely you didn't raise your voice against that)
Sorry, but I don't think you know what you're talking about here.
-Andi
--