Roland Mainz wrote: > That's already the case (since I am talking about libraries in OS/Net, > e.g. libcmd.so.1 and libast.so.1) > >> Make sure each object is "ldd -Ur" clean. ie. there are no >> errors/warnings from running this command on your objects. > > Ok... > > ... what else could I try to do ?
Sounds like things are pretty lean as they are. Besides finding ways to not load these dependencies, or take dependencies that are always bound together and merging them into the same object, or analyze them and reduce their runtime cost, you might be as efficient as you can be. -- Rod.