You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/12/01 11:40:43 UTC

[jira] Assigned: (HARMONY-5084) [drlvm][jit][opt] LightJNI

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

Mikhail Fursov reassigned HARMONY-5084:
---------------------------------------

    Assignee: Mikhail Fursov

> [drlvm][jit][opt] LightJNI
> --------------------------
>
>                 Key: HARMONY-5084
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5084
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>         Environment: Tested on Win32 IA32 platform. I think on IA32 Linux it will be also o.k.
>            Reporter: Yuri Kashnikoff
>            Assignee: Mikhail Fursov
>         Attachments: light_jni.zip
>
>
> This patch adds new pass called "light_jni". This pass eliminates stub calling for some methods which do not need stubbing (they do not use JNIEnv for example). This patch contain some hardcoded names of such methods (all java/lang/Math methods and java/lang/VMThreadManager::currentThread). You can add functions in list using command line param:
> -XX:jit.arg.codegen.light_jni.light_jni_methods=ClassName::MethodName,ClassName::MethodName,...
> Patch was tested on some microbenchmarks and  Dacapo::jython (with n=4). The results for Dacapo::jython look good:
> mode     on     off
> server   6700   7800     
> client    7200   8000

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