RFR: 8306706: Support out-of-line code generation for MachNodes [v2]
Quan Anh Mai
qamai at openjdk.org
Thu May 18 14:18:54 UTC 2023
On Wed, 17 May 2023 11:42:02 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Quan Anh Mai has refreshed the contents of this pull request, and previous commits have been removed. Incremental views are not available.
>
> Great work. I'm just wondering if the extra complexity is justified for optimizing only the floating point conversions. Do you plan to use this for other optimizations?
@TobiHartmann @vnkozlov I have reworked the patch, now it relies on template instead of adlc generation to achieve the desired behaviours, I think this is a much more preferable approach.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13602#issuecomment-1553128882
More information about the hotspot-compiler-dev
mailing list