Skip to content

Indify String Concatenation #17

@JonathanxD

Description

@JonathanxD

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

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