You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Egor Pasko (JIRA)" <ji...@apache.org> on 2006/12/08 13:15:25 UTC

[jira] Commented: (HARMONY-2533) [drlvm][jit][opt] Opcode cleanup

    [ http://issues.apache.org/jira/browse/HARMONY-2533?page=comments#action_12456801 ] 
            
Egor Pasko commented on HARMONY-2533:
-------------------------------------

I like the idea of cleanup like this

> [drlvm][jit][opt] Opcode cleanup
> --------------------------------
>
>                 Key: HARMONY-2533
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2533
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: George Timoshenko
>            Priority: Minor
>
> Some opcodes in OPT::HLO are redundant.
> They are unused at all, but there is a code that handls that opcodes.
> For example in Simplifier:
> Opnd*
> Simplifier::simplifyScaledDiffRef(Opnd* src1, Opnd* src2) {
>     if (src1 == src2) {
>     } else {
>     }
>     return NULL;
> }
> Opcodes for review:
> Op_PredCmp
> Op_PredBranch
> Op_ScaledDiff

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