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

[jira] Updated: (HARMONY-3065) [DRLVM][hy_thr] Force inline of p_TLS_vmthread and tmn_suspent_enable/disable.

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

Pavel Afremov updated HARMONY-3065:
-----------------------------------

    Attachment: 0001-Force-inline-of-p_TLS_vmthread-and-tmn_suspent_enable-disable.txt

Force inline of p_TLS_vmthread and tmn_suspent_enable/disable on Windows. 

It improve performance up to 3 times.

Patch contains following chanages:
•	Share 2 privet structures of hy_thread
•	Added fast version of some functions to inline
•	Replace slow call to fast inline in DRLVM code

Please don't commit it now, discussion is required.


> [DRLVM][hy_thr] Force inline of p_TLS_vmthread and tmn_suspent_enable/disable.
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-3065
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3065
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Pavel Afremov
>         Attachments: 0001-Force-inline-of-p_TLS_vmthread-and-tmn_suspent_enable-disable.txt, JNIExceptionPerf.zip
>
>
> Force inline of p_TLS_vmthread and tmn_suspent_enable/disable. It improve performance up to 3 times.

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