RFR: 8306706: Support out-of-line code generation for MachNodes [v2]

Vladimir Kozlov kvn at openjdk.org
Wed May 17 16:45:37 UTC 2023


On Sat, 29 Apr 2023 02:19:23 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.
>
> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add benchmark

Is it possible to do this in `c2_MacroAssembler_x86` instead (as for `verified_entry`)?
We are trying to move complex coding from .ad files to macroassembler.

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

PR Review: https://git.openjdk.org/jdk/pull/13602#pullrequestreview-1431148183


More information about the hotspot-compiler-dev mailing list