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 2008/02/29 08:44:51 UTC

[jira] Commented: (HARMONY-5127) [drlvm][opt] Performance improvement for integer-to-float conversion

    [ https://issues.apache.org/jira/browse/HARMONY-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573625#action_12573625 ] 

Mikhail Fursov commented on HARMONY-5127:
-----------------------------------------

committed revision r632253 

> [drlvm][opt] Performance improvement for integer-to-float conversion
> --------------------------------------------------------------------
>
>                 Key: HARMONY-5127
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5127
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: All
>            Reporter: Evgueni Brevnov
>            Assignee: Mikhail Fursov
>            Priority: Minor
>         Attachments: int2float.diff, int2float.diff.v2
>
>
> Currently jitrino OPT optimizes float-to-integer conversion by injecting (inlining) required code into managed method. Unfortunatelly it lacks such optimization for opposite (integer-to-float) conversion. Such optimization may have noticable effect on SciMark workload.
> I also noticed that DRLVM helper VM_RT_F2I generates wrapper code (LIL stub) around C function which implements float-to-integer conversion. It makes sense to get rid of such wrapper and call C function directly. (or remove this helper at all and let jitrino implement it)
> Thanks
> Evgueni

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