To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61961
                  Issue #:|61961
                  Summary:|soffice.sh: save one uname execution for all unx
                          |systems
                Component:|porting
                  Version:|680m156
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P4
             Subcomponent:|code
              Assigned to:|pjanik
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Sun Feb 12 12:18:24 -0800 
2006 -------
Current soffice.sh is suboptimal.

It calls uname -s first in the test for Linux/PPC JDK workaround and at the end
it calls uname -s for all systems again to set sd_platform.

Just moving sd_platform settings to the beginning, we can save one uname call
for all systems.

See attached patch.

The test for Linux/PPC also slows down all Linux, but non-PPC systems, because
they have to execute uname -m also. As this workaround is IBM Java only
specific, shouldn't we move it to IBM Java specific plugin and remove it
completely from here?

---------------------------------------------------------------------
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]

Reply via email to