To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69913
                 Issue #|69913
                 Summary|Make basic a little faster
               Component|scripting
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|ab
             Reported by|npower





------- Additional comments from [EMAIL PROTECTED] Wed Sep 27 04:33:54 -0700 
2006 -------
The current reschedule algorithm is a bit daft, it reschedules based on the
number of instructions processed (every 32 ops we reschedule ), so its like the
faster we go the more we reschedule, the slower we actually go. 
Basic is already slow enough ;-) 

Patch proposes to call Reschedule based on time since last Reschedule
 
Here is a little patch ( and test case )

on my machine 

with no Reschedule ( e.g. Reschedule logic and call commented out )

200 secs

with existing Reschedule algo.

249 secs

with new  Reschedule algo.

211 secs

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