RFR: 8341141: Optimize DirectCodeBuilder [v6]
Shaojin Wen
swen at openjdk.org
Mon Sep 30 04:12:52 UTC 2024
> Some DirectCodeBuilder related optimizations to improve startup and running performance:
> 1. Merge calls, merge writeU1 and writeU2 into writeU3
> 2. Merge calls, merge writeU1 and writeIndex operations
> 3. Directly use writeU1 instead of writeBytecode
> 4. Rewrite the implementation of load and store
Shaojin Wen has updated the pull request incrementally with 53 additional commits since the last revision:
- optimize writeBranch
- Local var clean
- 8340621: Open source several AWT List tests
Reviewed-by: prr
- 8340639: Open source few more AWT List tests
Reviewed-by: prr
- 8340560: Open Source several AWT/2D font and rendering tests
Reviewed-by: kizune
- 8340721: Clarify special case handling of unboxedType and getWildcardType
Reviewed-by: prappo, mcimadamore
- 8341101: [ARM32] Error: ShouldNotReachHere() in TemplateInterpreterGenerator::generate_math_entry after 8338694
Reviewed-by: shade
- 8340404: CharsetProvider specification updates
Reviewed-by: alanb, naoto
- 8337679: Memset warning in src/hotspot/share/adlc/adlArena.cpp
Reviewed-by: stefank, thartmann, jwaters
- 8341059: Change Entrust TLS distrust date to November 12, 2024
Reviewed-by: mullan
- ... and 43 more: https://git.openjdk.org/jdk/compare/2ca81a37...d6c34593
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21243/files
- new: https://git.openjdk.org/jdk/pull/21243/files/2ca81a37..d6c34593
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21243&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21243&range=04-05
Stats: 7940 lines in 183 files changed: 4934 ins; 1662 del; 1344 mod
Patch: https://git.openjdk.org/jdk/pull/21243.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21243/head:pull/21243
PR: https://git.openjdk.org/jdk/pull/21243
More information about the core-libs-dev
mailing list