Integrated: 8339132: Make DirectCodeBuilder write through without allocating instruction objects

Chen Liang liach at openjdk.org
Thu Aug 29 15:48:29 UTC 2024


On Wed, 28 Aug 2024 01:49:21 GMT, Chen Liang <liach at openjdk.org> wrote:

> Make `DirectCodeBuilder` write instructions actually directly without allocating extra objects. This speed up a lot of simple Class-File building cases that never go through intermediate transforms.

This pull request has now been integrated.

Changeset: 777ed2b5
Author:    Chen Liang <liach at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/777ed2b5d2ef8371407cc9bf0370a7cef937cfb7
Stats:     813 lines in 4 files changed: 735 ins; 29 del; 49 mod

8339132: Make DirectCodeBuilder write through without allocating instruction objects

Reviewed-by: asotona, redestad

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

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


More information about the core-libs-dev mailing list