Integrated: 8306706: Support out-of-line code generation for MachNodes
Quan Anh Mai
qamai at openjdk.org
Tue May 23 17:10:15 UTC 2023
On Sun, 23 Apr 2023 18:22:35 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
> Hi,
>
> This patch adds supports for MachNodes to emit an out-of-line piece of code in the stub section of the compiled method. This allows the separation of the uncommon path from the common one, which speeds up the common path a little bit and increases compiled code density. Please take a look and leave reviews.
>
> Thanks a lot.
This pull request has now been integrated.
Changeset: ab241b34
Author: Quan Anh Mai <qamai at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ab241b3428839fd121ee4ce5fdafeb649f453550
Stats: 282 lines in 9 files changed: 269 ins; 4 del; 9 mod
8306706: Support out-of-line code generation for MachNodes
Reviewed-by: thartmann, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/13602
More information about the hotspot-compiler-dev
mailing list