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/03/12 13:04:46 UTC

[jira] Assigned: (HARMONY-5152) [drlvm][helpers] confusing and ineffective custom calling convention for multianewarray helper

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

Mikhail Fursov reassigned HARMONY-5152:
---------------------------------------

    Assignee: Mikhail Fursov

> [drlvm][helpers] confusing and ineffective custom calling convention for multianewarray helper
> ----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5152
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5152
>             Project: Harmony
>          Issue Type: Task
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>            Assignee: Mikhail Fursov
>            Priority: Minor
>
> The multianewarray helper uses quite specific calling convention: caller-pop, arguments are passed through stack in left-to-right order (for all platforms). The problem is that this CC is named "CDECL", which is very confusing. Moreover it is ineffective for non-x86_32 platforms, loosing advantages of register quantity.
> So at least the name should be changed to avoid confusion, or (better) the helper itself reworked to use appropriate platform CC.

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