You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/03/22 07:44:32 UTC

[jira] Resolved: (HARMONY-3441) [drlvm][jit][opt] redundant reservation of 'this' on EM64T

     [ https://issues.apache.org/jira/browse/HARMONY-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov resolved HARMONY-3441.
--------------------------------------

    Resolution: Fixed

Applied at r521136.
Did minor fix for unused variable warning in Ia32IRManager.cpp

> [drlvm][jit][opt] redundant reservation of 'this' on EM64T
> ----------------------------------------------------------
>
>                 Key: HARMONY-3441
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3441
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: EM64T
>            Reporter: George Timoshenko
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: HARMONY-3405-3441.patch
>
>
> on EM64T 'this' comes on rdi.
> it should be kept on stack for future use.
> Now it is being kept for all nonstatic methods while it is enough to do it only for synchronized methods or methods that can throw an exception.

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