michael meeks <[EMAIL PROTECTED]> writes: > Hi there, > > I've been doing a little thinking about how to improve OO.o startup > performance recently; and - well, relocation processing happens to be > the single, biggest thing that most tools flag.
Have you tried eliminating all the unneeded shared libraries linked to all the OO.o binaries and shared libraries? This should have an impact on startup time. ldd -u -r BINARY_OR_SHARED_LIBRARY should not print anything (as a side note Gnome is a much bigger offender on linking way too many unused shared libraries...)