RFR: 8336831: Optimize StringConcatHelper.simpleConcat [v7]

Shaojin Wen duke at openjdk.org
Tue Jul 23 12:56:07 UTC 2024


> Currently simpleConcat is implemented using mix and prepend, but in this simple scenario, it can be implemented in a simpler way and can improve performance.

Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:

  reduce change

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/20253/files
  - new: https://git.openjdk.org/jdk/pull/20253/files/61d6b644..a2be39af

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20253&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20253&range=05-06

  Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/20253.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20253/head:pull/20253

PR: https://git.openjdk.org/jdk/pull/20253


More information about the core-libs-dev mailing list