
1 Jul
2006
1 Jul
'06
6:24 p.m.
On Sat, 2006-07-01 at 11:23 -0500, Bob Jamison wrote:
but the memory footprint would be the same as when you launch dynamically-bound Inkscape, and the C++ .so's need to be loaded.
That isn't strictly true -- in the dynamically-bound case, you will be sharing text pages with any other applications that happen to have the same libraries loaded.
In the statically-bound case, you pay the full price for every process which is statically linked with the libraries.
-mental