You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2019/04/18 03:37:00 UTC

[jira] [Resolved] (GROOVY-9008) Support native method reference and constructor reference (basic cases)

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

Paul King resolved GROOVY-9008.
-------------------------------
    Resolution: Fixed

The basic documentation for this is done, so I will resolve this. We can expand the documentation over time.

> Support native method reference and constructor reference (basic cases)
> -----------------------------------------------------------------------
>
>                 Key: GROOVY-9008
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9008
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Daniel Sun
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 3.0.0-beta-1
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Generating almost same bytecode to Java's to gain better performance. Note: the feature is available when and only when STC is enabled.
> ||SUB TASK||PRIORITY||COMPLETED||
> |-class::staticMethod-|HIGH|DONE|
> |-class::instanceMethod-|HIGH|DONE|
> |-instance::staticMethod-|HIGH|DONE|
> |-instance::instanceMethod-|HIGH|DONE|
> |-expression::staticMethod-|HIGH|DONE|
> |-expression::instanceMethod-|HIGH|DONE|
> |-class::new-|HIGH|DONE|
> |-arrayClass::new-|HIGH|DONE|
> |-RHS-|HIGH|DONE|



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)