RFR: 8333893: Optimization for StringBuilder append boolean & null [v3]

Shaojin Wen duke at openjdk.org
Tue Jun 11 05:42:27 UTC 2024


> After PR https://github.com/openjdk/jdk/pull/16245, C2 optimizes stores into primitive arrays by combining values ​​into larger stores.
> 
> This PR rewrites the code of appendNull and append(boolean) methods so that these two methods can be optimized by C2.

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

  bug fix

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/19626/files
  - new: https://git.openjdk.org/jdk/pull/19626/files/0cbaa5ac..f96cde4e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19626&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19626&range=01-02

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

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


More information about the hotspot-compiler-dev mailing list