-
Sub-task
-
Resolution: Unresolved
-
P4
-
26
This is one of the steps for Cost-Modeling JDK-8340093:
4. Optimize: e.g. move reduction out of loop
- Refactor move_unordered_reduction_out_of_loop
- Moving the reduction out of the loop will mean it is not counted in the cost any more, and it is now more profitable (see step 5)
4. Optimize: e.g. move reduction out of loop
- Refactor move_unordered_reduction_out_of_loop
- Moving the reduction out of the loop will mean it is not counted in the cost any more, and it is now more profitable (see step 5)
- links to
-
Review(master) openjdk/jdk/27704