To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=51459 Issue #:|51459 Summary:|Shrink dynamically generated code in C++ UNO Component:|udk Version:|680m113 Platform:|Sun URL:| OS/Version:|Solaris Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|ENHANCEMENT Priority:|P3 Subcomponent:|code Assigned to:|sb Reported by:|sb
------- Additional comments from [EMAIL PROTECTED] Fri Jul 1 06:56:09 -0700 2005 ------- The code generated in code_snippet in bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx 1.16 can be shrunk by one instruction by changing or %l0, %lo(privateSnippetExecutor), %l0 jmpl %l0, %g0 to jmpl %l0, %lo(privateSnippetExecutor), %g0 --------------------------------------------------------------------- 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]
