Skip to content

Indify String Concatenation #17

Description

@jhrldev

In Javac 9, String concatenation is compiled to a dynamic invocation of a bootstrap that concatenates the string instead of using StringBuilder.

The feature should be enabled only if TARGET_PLATFORM: Option<Target> is Target.JAVA_9 and disabled if LEGACY_CONCAT: Option<Boolean> is true.

http://openjdk.java.net/jeps/280

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions