To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100396 Issue #|100396 Summary|svtools: costly external data symbols sHTML_xxx/sRTF_x |xx Component|utilities Version|DEV300m42 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sb Reported by|sb
------- Additional comments from [email protected] Fri Mar 20 07:54:44 +0000 2009 ------- svtools/inc/htmlkywd.hxx and svtools/source/svrtf/rtfkeywd.hxx declare many external const char arrays sHTML_xxx and sRTF_xxx that represent string literals. Since these are also referenced from the data segment of the svt dynamic library, this causes many expensive symbolic relocations to be performed upon loading svt (i.e., during startup) for example on Linux (ELF). A better approach is to replace those declarations that are indeed needed in multiple compilation units with #defines for the string literals. --------------------------------------------------------------------- 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]
