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

[jira] Created: (HARMONY-2705) [drlvm][vmcore ]ldc_string helper arguments should be swapped

[drlvm][vmcore ]ldc_string helper arguments should be swapped
-------------------------------------------------------------

                 Key: HARMONY-2705
                 URL: http://issues.apache.org/jira/browse/HARMONY-2705
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
            Reporter: Evgueni Brevnov
            Priority: Minor


Currently,  JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.

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

        

[jira] Updated: (HARMONY-2705) [drlvm][helpers] ldc_string helper arguments should be swapped

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky updated HARMONY-2705:
---------------------------------------

    Summary: [drlvm][helpers] ldc_string helper arguments should be swapped  (was: [drlvm][vmcore ]ldc_string helper arguments should be swapped)

> [drlvm][helpers] ldc_string helper arguments should be swapped
> --------------------------------------------------------------
>
>                 Key: HARMONY-2705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2705
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Evgueni Brevnov
>            Priority: Minor
>
> Currently,  JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2705) [drlvm][helpers] ldc_string helper arguments should be swapped

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12555026 ] 

Vladimir Beliaev commented on HARMONY-2705:
-------------------------------------------

Evgunei, is this issue still valid? 

> [drlvm][helpers] ldc_string helper arguments should be swapped
> --------------------------------------------------------------
>
>                 Key: HARMONY-2705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2705
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Evgueni Brevnov
>            Priority: Minor
>
> Currently,  JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-2705) [drlvm][helpers] ldc_string helper arguments should be swapped

Posted by "Evgueni Brevnov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evgueni Brevnov closed HARMONY-2705.
------------------------------------


Fixed, Closed.

> [drlvm][helpers] ldc_string helper arguments should be swapped
> --------------------------------------------------------------
>
>                 Key: HARMONY-2705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2705
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Evgueni Brevnov
>            Priority: Minor
>             Fix For: 5.0M4
>
>
> Currently,  JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2705) [drlvm][helpers] ldc_string helper arguments should be swapped

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557225#action_12557225 ] 

Vladimir Beliaev commented on HARMONY-2705:
-------------------------------------------

thanks!

> [drlvm][helpers] ldc_string helper arguments should be swapped
> --------------------------------------------------------------
>
>                 Key: HARMONY-2705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2705
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Evgueni Brevnov
>            Priority: Minor
>             Fix For: 5.0M4
>
>
> Currently,  JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-2705) [drlvm][helpers] ldc_string helper arguments should be swapped

Posted by "Evgueni Brevnov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evgueni Brevnov resolved HARMONY-2705.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M4

Was fixed as a part of another bug fix.

Evgueni

> [drlvm][helpers] ldc_string helper arguments should be swapped
> --------------------------------------------------------------
>
>                 Key: HARMONY-2705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2705
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Evgueni Brevnov
>            Priority: Minor
>             Fix For: 5.0M4
>
>
> Currently,  JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2705) [drlvm][helpers] ldc_string helper arguments should be swapped

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557215#action_12557215 ] 

Vladimir Beliaev commented on HARMONY-2705:
-------------------------------------------

Good news!

Eugene, you are the author of this JIRA - if you ssure nothing to be done for it already just get it Resolved and then Closed, please.

> [drlvm][helpers] ldc_string helper arguments should be swapped
> --------------------------------------------------------------
>
>                 Key: HARMONY-2705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2705
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Evgueni Brevnov
>            Priority: Minor
>
> Currently,  JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-2705) [drlvm][helpers] ldc_string helper arguments should be swapped

Posted by "Evgueni Brevnov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557213#action_12557213 ] 

Evgueni Brevnov commented on HARMONY-2705:
------------------------------------------

Vladimir,

The issue was fixed as a part of another JIRA. Can be closed now.

Evgueni

> [drlvm][helpers] ldc_string helper arguments should be swapped
> --------------------------------------------------------------
>
>                 Key: HARMONY-2705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2705
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Evgueni Brevnov
>            Priority: Minor
>
> Currently,  JIT passes arguments to ldc_string helper in reverse order comparing with how they are used later. It is possible to improve performance of this helper by working with arguments in a consistent way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.