Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8222484

Specialize generation of simple String concatenation expressions

XMLWordPrintable

      By refactoring StringConcatFactory/-Helper to provide a manually inlined specialization for concatenations of two Objects or one Object and a constant, we can reduce bootstrap overheads for these simplest and very common concat expressions, and also reuse that method with good results for String::concat.

            redestad Claes Redestad
            redestad Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: