You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/05/22 11:21:16 UTC

[jira] Assigned: (HARMONY-2023) [drlvm][jit] Translation time inliner does not inline empty methods

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

Alexey Varlamov reassigned HARMONY-2023:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][jit] Translation time inliner does not inline empty methods
> -------------------------------------------------------------------
>
>                 Key: HARMONY-2023
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2023
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>
> The problem is that empty methods are never instrumented by JET compiler with profile and inlined. 
> When OPT compiler is run with translator time inliner turned ON after JET, the inliner does not inline such methods due to the absence of profile.
> I see 2 solutions here
> 1) Fix translator time inliner - trivial
> 2) Remove translator time inliner at all (it's not used anymore)
> These are the questions for discussion.

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