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/04/03 13:51:33 UTC

[jira] Resolved: (HARMONY-2049) [drlvm][jit] PMF.cpp does not conform to Jitrino->VM interface model

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

Alexey Varlamov resolved HARMONY-2049.
--------------------------------------

    Resolution: Won't Fix

> [drlvm][jit] PMF.cpp does not conform to Jitrino->VM interface model
> --------------------------------------------------------------------
>
>                 Key: HARMONY-2049
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2049
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Ivashin Sergey
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>
> PMF.cpp contains direct calls to vm_properties_* functions defined in
> open/vm.h, which are part of actual DRL VM interface. Correct way to use this
> functionality, according to Jitrino architecture, would be:
> 1) Add necessary functions to CompilationInterface class
> 2) Implement them in DRLVMCompilationInterface.cpp where it is OK to use calls
> to actual VM interface.

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