RFR: 8341141: Optimize DirectCodeBuilder [v26]

Chen Liang liach at openjdk.org
Tue Oct 8 22:35:05 UTC 2024


On Tue, 8 Oct 2024 22:22:37 GMT, Shaojin Wen <swen at openjdk.org> wrote:

>> 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 one additional commit since the last revision:
> 
>   fix comment

Marked as reviewed by liach (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/21243#pullrequestreview-2355652343


More information about the core-libs-dev mailing list