You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ivan Volosyuk (JIRA)" <ji...@apache.org> on 2007/02/13 14:34:06 UTC

[jira] Created: (HARMONY-3172) [drlvm] performance improvement for JNI

[drlvm] performance improvement for JNI
---------------------------------------

                 Key: HARMONY-3172
                 URL: https://issues.apache.org/jira/browse/HARMONY-3172
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
         Environment: All
            Reporter: Ivan Volosyuk
            Priority: Minor


Merged JNIEnv and VM_thread
Introduced faster functions:
   hythread_suspend_enable2(hythread_t)
   hythread_suspend_disable2(hythread_t)
   exn_raised(JNIEnv*)
   exn_get(JNIEnv*)

Optimized exn_get(), exn_raised() 

This is a part of HARMONY-3023

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


[jira] Updated: (HARMONY-3172) [drlvm] performance improvement for JNI

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

Ivan Volosyuk updated HARMONY-3172:
-----------------------------------

    Attachment: h3127_jni_improvements2_updated.diff

Updated version of patch attached.

> [drlvm] performance improvement for JNI
> ---------------------------------------
>
>                 Key: HARMONY-3172
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3172
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>            Priority: Minor
>         Attachments: h3127.diff, h3127_jni_improvements2_updated.diff
>
>
> Merged JNIEnv and VM_thread
> Introduced faster functions:
>    hythread_suspend_enable2(hythread_t)
>    hythread_suspend_disable2(hythread_t)
>    exn_raised(JNIEnv*)
>    exn_get(JNIEnv*)
> Optimized exn_get(), exn_raised() 
> This is a part of HARMONY-3023

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


[jira] Updated: (HARMONY-3172) [drlvm] performance improvement for JNI

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

Ivan Volosyuk updated HARMONY-3172:
-----------------------------------

    Attachment: h3127.diff

Patch attached.

> [drlvm] performance improvement for JNI
> ---------------------------------------
>
>                 Key: HARMONY-3172
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3172
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>            Priority: Minor
>         Attachments: h3127.diff
>
>
> Merged JNIEnv and VM_thread
> Introduced faster functions:
>    hythread_suspend_enable2(hythread_t)
>    hythread_suspend_disable2(hythread_t)
>    exn_raised(JNIEnv*)
>    exn_get(JNIEnv*)
> Optimized exn_get(), exn_raised() 
> This is a part of HARMONY-3023

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


[jira] Updated: (HARMONY-3172) [drlvm][jni] performance improvement for JNI

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

Gregory Shimansky updated HARMONY-3172:
---------------------------------------

    Summary: [drlvm][jni] performance improvement for JNI  (was: [drlvm] performance improvement for JNI)

> [drlvm][jni] performance improvement for JNI
> --------------------------------------------
>
>                 Key: HARMONY-3172
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3172
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>            Priority: Minor
>         Attachments: h3127.diff, h3127_jni_improvements2_updated.diff
>
>
> Merged JNIEnv and VM_thread
> Introduced faster functions:
>    hythread_suspend_enable2(hythread_t)
>    hythread_suspend_disable2(hythread_t)
>    exn_raised(JNIEnv*)
>    exn_get(JNIEnv*)
> Optimized exn_get(), exn_raised() 
> This is a part of HARMONY-3023

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