You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "George Timoshenko (JIRA)" <ji...@apache.org> on 2006/11/13 09:53:37 UTC

[jira] Created: (HARMONY-2160) BackBranchPolling can be omitted for final loops

BackBranchPolling can be omitted for final loops
------------------------------------------------

                 Key: HARMONY-2160
                 URL: http://issues.apache.org/jira/browse/HARMONY-2160
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
            Reporter: George Timoshenko
            Priority: Minor


BackBranchPolling allows to interrupt threads that are executing an infinite or very long loops. (For example for garbage collection)
But sometimes this is reduntant, if a loop is finite and it is not very large.

For example: Jitrino.OPT can optimize System.arraycopy(...) call into manually generated loop.
It is obvious that the loop is finite. (it copies finite number of elements from one array into another one)



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira