You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Eric Milles (Jira)" <ji...@apache.org> on 2023/02/25 16:00:00 UTC

[jira] [Created] (GROOVY-10950) Leverage JEP 280 for string concatenation

Eric Milles created GROOVY-10950:
------------------------------------

             Summary: Leverage JEP 280 for string concatenation
                 Key: GROOVY-10950
                 URL: https://issues.apache.org/jira/browse/GROOVY-10950
             Project: Groovy
          Issue Type: Improvement
          Components: bytecode, Compiler
            Reporter: Eric Milles


[JEP 280 runtime string concatenation|http://openjdk.java.net/jeps/280] offers an opportunity for improving string concat code, like {{@ToString}} or {{GString}} or non-inlined {{+}} sequences.

Kotlin discussion around this topic: https://youtrack.jetbrains.com/issue/KT-21147



--
This message was sent by Atlassian Jira
(v8.20.10#820010)