To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=51034 Issue #:|51034 Summary:|startup / speedup & memory saving ... Component:|gsl Version:|680m109 Platform:|Other URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|pl Reported by:|mmeeks
------- Additional comments from [EMAIL PROTECTED] Tue Jun 21 03:29:37 -0700 2005 ------- Just reading an strace of startup - and I noticed we're initializing fontconfig twice for no particularly good reason :-) [ with gtk+ or kde plugins ] Instead - we should call FcInit which sets the global 'current' scope, that gtk+/pango will re-use (and KDE should too). This trivial patch should shave some ms off startup, and (for me) saves 100k or so. It is safe because both psprint and vcl's gtk/KDE plug access is protected by the same solarmutex. HTH ;-) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
