We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbb9db commit 24715ccCopy full SHA for 24715cc
gcc/params.opt
@@ -426,7 +426,7 @@ The maximum number of instructions in an inner loop that is being considered for
426
Common Joined UInteger Var(param_loop_versioning_max_outer_insns) Init(100) Param Optimization
427
The maximum number of instructions in an outer loop that is being considered for versioning, on top of the instructions in inner loops.
428
429
--param=loop-versioning-histogram_prcnts=
+-param=loop-versioning-histogram_prcnt=
430
Common Joined UInteger Var(param_loop_versioning_histogram_prcnt) Init(30) Param Optimization
431
Percentage of the dominating iteration count required for versioning.
432
0 commit comments