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 2d165d2 commit 3620c58Copy full SHA for 3620c58
utils/clflags.ml
@@ -642,7 +642,7 @@ module Flambda2 = struct
642
indirect_call_cost = Some (3.0 *. Default.indirect_call_cost);
643
poly_compare_cost = Some (3.0 *. Default.poly_compare_cost);
644
small_function_size = Some (10 * Default.small_function_size);
645
- large_function_size = Some (100 * Default.large_function_size);
+ large_function_size = Some (50 * Default.large_function_size);
646
threshold = Some 100.;
647
}
648
end
0 commit comments