[ https://issues.apache.org/jira/browse/HARMONY-5486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567940#action_12567940
]
Evgueni Brevnov commented on HARMONY-5486:
------------------------------------------
It's too early to talk about benchmarks because current patch doesn't introduce any new optimization.
It just indroduces new instruction which can be used in other optimizations to allocate space
on the stack.
Evgueni
> [drlvm][jit][opt] On-stack allocation feature
> ----------------------------------------------
>
> Key: HARMONY-5486
> URL: https://issues.apache.org/jira/browse/HARMONY-5486
> Project: Harmony
> Issue Type: Improvement
> Components: DRLVM
> Environment: All
> Reporter: Evgueni Brevnov
> Attachments: alloca.patch
>
>
> Here is a new feature which allows to allocate space on the stack. It can be used to
implement new optimization. Non-escaped objects can be allocated on the stack but managed
heap.
> Thanks
> Evgueni
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|