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 c9bfd3c commit 50fa165Copy full SHA for 50fa165
ocaml/utils/clflags.ml
@@ -606,7 +606,7 @@ module Flambda2 = struct
606
}
607
608
let o2_arguments = {
609
- max_depth = Some 10;
+ max_depth = Some 2;
610
call_cost = Some (2.0 *. Default.call_cost);
611
alloc_cost = Some (2.0 *. Default.alloc_cost);
612
prim_cost = Some (2.0 *. Default.prim_cost);
@@ -619,7 +619,7 @@ module Flambda2 = struct
619
620
621
let o3_arguments = {
622
- max_depth = Some 20;
+ max_depth = Some 3;
623
call_cost = Some (3.0 *. Default.call_cost);
624
alloc_cost = Some (3.0 *. Default.alloc_cost);
625
prim_cost = Some (3.0 *. Default.prim_cost);
0 commit comments