RFR: 8325144: C1: Optimize CriticalEdgeFinder [v2]
Denghui Dong
ddong at openjdk.org
Tue Feb 13 04:04:15 UTC 2024
On Tue, 13 Feb 2024 02:50:03 GMT, Dean Long <dlong at openjdk.org> wrote:
>> Denghui Dong has updated the pull request incrementally with one additional commit since the last revision:
>>
>> update
>
> src/hotspot/share/c1/c1_IR.cpp line 324:
>
>> 322:
>> 323: public:
>> 324: CriticalEdgeFinder(IR* ir): _ir(ir) {}
>
> Yes, we can remove the ctor, but wouldn't it be better to keep the ctor to initialize `blocks`?
Agree. Updated
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17674#discussion_r1487138431
More information about the hotspot-compiler-dev
mailing list