Re: gnome desktop integration library
- From: Xavier Bestel <xavier bestel free fr>
- To: Rodrigo Moya <rodrigo gnome-db org>
- Cc: Control Center List <gnomecc-list gnome org>, desktop-devel-list gnome org
- Subject: Re: gnome desktop integration library
- Date: Tue, 05 Sep 2006 17:05:10 +0200
On Tue, 2006-09-05 at 16:43, Rodrigo Moya wrote:
[...]
> So, one thing that has been on my mind for long is to get those small
> libraries and merge them together
[...]
> When the library grows, we could separate it into different .so's
Don't do that (the separation). If you merge the different libraries
together, you'll merge the sections together. As they must be stored
with a page granularity (4k) you'll earn 2k by merged library on
average, plus less time spent in ld.so for resolving inter-library
dependencies (and yet another memory win). If you separate that into
different .so's you loose what you just won.
Xav
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]