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 2006/10/31 16:42:16 UTC

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

[drlvm][jit] Translation time inliner does not inline empty methods
-------------------------------------------------------------------

                 Key: HARMONY-2023
                 URL: http://issues.apache.org/jira/browse/HARMONY-2023
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Mikhail Fursov
            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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira