RFR: 8280126: C2: detect and remove dead irreducible loops [v3]
Emanuel Peter
epeter at openjdk.org
Wed Jan 25 11:50:13 UTC 2023
On Wed, 18 Jan 2023 07:33:57 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Improvements after review (Vladimir K)
>
> src/hotspot/share/opto/cfgnode.hpp line 114:
>
>> 112: };
>> 113: private:
>> 114: LoopStatus _loop_status;
>
> You should move this field up to the other field to have them at one place.
👍
-------------
PR: https://git.openjdk.org/jdk/pull/11764
More information about the hotspot-compiler-dev
mailing list