[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange NSException code
From: |
David Ayers |
Subject: |
Re: strange NSException code |
Date: |
Fri, 02 Dec 2005 14:50:12 +0100 |
User-agent: |
Mozilla Thunderbird 1.0.2 (X11/20051002) |
Helge Hess schrieb:
> On 2. Dez 2005, at 03:24 Uhr, Andrew Ruder wrote:
>
>> I think that in this day and age, the extra space due to debugging
>> symbols is fairly neglible,
>
>
> It isn't neglible, its a major overhead:
> ---snip---
> helge@move:/usr/local/lib$ ls -hla libNGObjWeb_d.so.4.5.216
> -rwxr-xr-x 1 helge dev 5.9M Nov 29 21:22 libNGObjWeb_d.so.4.5.216
> helge@move:/usr/local/lib$ strip libNGObjWeb_d.so.4.5.216
> helge@move:/usr/local/lib$ ls -hla libNGObjWeb_d.so.4.5.216
> -rwxr-xr-x 1 helge dev 2.2M Dec 2 13:09 libNGObjWeb_d.so.4.5.216
> ---snap--
>
> Remember that this is not only on-disk, but also loaded into RAM
> (though only once for shared libraries like gstep-base).
Are you sure about this? For which platform? OS X? AFAIK this is not
loaded into memory until accessed with even moderately recent platforms.
Cheers,
David
- strange NSException code, Lloyd Dupont, 2005/12/01
- Re: strange NSException code, Richard Frith-Macdonald, 2005/12/01
- Re: strange NSException code, Helge Hess, 2005/12/01
- Re: strange NSException code, Andrew Ruder, 2005/12/01
- Re: strange NSException code, David Ayers, 2005/12/02
- Re: strange NSException code, Richard Frith-Macdonald, 2005/12/02
- Re: strange NSException code, David Ayers, 2005/12/02
- Re: strange NSException code, Lloyd Dupont, 2005/12/04
- Re: strange NSException code, Helge Hess, 2005/12/02
- Re: strange NSException code, Adrian Robert, 2005/12/02
- Re: strange NSException code,
David Ayers <=
- Re: strange NSException code, Helge Hess, 2005/12/02
- Enabling debug info by default (was: Re: strange NSException code), David Ayers, 2005/12/15
- Re: strange NSException code, Chris B. Vetter, 2005/12/02