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

[jira] Commented: (HARMONY-2202) [drlvm][jit] Arithmetic helpers should be changed to directly generated code

    [ https://issues.apache.org/jira/browse/HARMONY-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465405 ] 

Alex Astapchuk commented on HARMONY-2202:
-----------------------------------------

Already submitted and commited as HARMONY-2223.

> [drlvm][jit] Arithmetic helpers should be changed to directly generated code
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-2202
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2202
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Nikolay Sidelnikov
>            Priority: Minor
>
> Currently the following 64-bit operations are still not directly implemented:
> 64-bit multiplication (jitrino.dll::imul64), 
> 64-bit division (jitrino.dll::idiv64) and 
> 64-bit reminder (vmcore.dll::lrem). 
> These operations are located in the hot path of BigDecimal calculations and
> have big impact to SPECjbb2005. These helpers should be strictly implemented as
> direct code. In addition to impact of these helpers code (2.18%), there are a
> big stack stress here (4 32-bit values as arguments). Also JIT should detect
> pairs <division,reminder> for the same arguments and generated combined code
> for such pair. Situation when division and reminder for the same values are
> calculated together is frequently in BigDecimal

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira