To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=45006 Issue #:|45006 Summary:|Improve performance by reducing exported symbols of |SVL and SVT dynamic libraries Component:|framework Version:|680m80 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P2 Subcomponent:|code Assigned to:|mhu Reported by:|mhu
------- Additional comments from [EMAIL PROTECTED] Mon Mar 14 07:13:16 -0800 2005 ------- SVL and SVT are used by soffice.bin (and many shared libraries), and processing unneeded exported symbols for these libraries contribute directly to the startup time of soffice.bin. SVL and SVT should export only the symbols that make up their public API (and are needed by others). Also, code that does not need to be in SVT / SVL (e.g. the Office File / Folder Picker UNO service) should be moved elsewhere such that it can be loaded on demand. --------------------------------------------------------------------- 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]
