stripping kde libs and binaries
Karl Vogel
karl.vogel at seagha.com
Wed Oct 20 13:41:23 CEST 2004
Stefan Heimers <stefan at heimers.ch> wrote in
news:200410201143.42863.stefan at heimers.ch:
> On Wednesday 20 October 2004 11.20, Lubos Lunak wrote:
>
>> Debug info is places in special sections of the binaries, at the end
>> of
>> the file. It is not loaded at all when loading the binary for
>> execution.
>
> It is not explicitly requested, but it might still be loaded into
> read-ahead cache in stead of something more useful. The internal cache
> of HDs has no way to tell if the next block is code or debug info. I
> don't know how intelligent the operating system disk cache handles
> this.
This is not entirely true... files can be fragmented on disk, so the read-
ahead might aswell read something completely different (not necessarily
that debug piece of your exe).
(read-ahead is on the blocklayer)
More information about the Kde-optimize
mailing list