Integrated: 8336831: Optimize StringConcatHelper.simpleConcat
Shaojin Wen
duke at openjdk.org
Tue Jul 23 20:23:39 UTC 2024
On Fri, 19 Jul 2024 13:10:43 GMT, Shaojin Wen <duke at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 476d2ae6
Author: Shaojin Wen <shaojin.wensj at alibaba-inc.com>
Committer: Chen Liang <liach at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/476d2ae69d6f67fdf9e2a9353f224141318690f2
Stats: 33 lines in 2 files changed: 17 ins; 0 del; 16 mod
8336831: Optimize StringConcatHelper.simpleConcat
Reviewed-by: liach, redestad, rriggs
-------------
PR: https://git.openjdk.org/jdk/pull/20253
More information about the core-libs-dev
mailing list