Skip to content

Commit 3620c58

Browse files
authored
flambda-backend: Four small inliner fixes (ocaml#379)
1 parent 2d165d2 commit 3620c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/clflags.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ module Flambda2 = struct
642642
indirect_call_cost = Some (3.0 *. Default.indirect_call_cost);
643643
poly_compare_cost = Some (3.0 *. Default.poly_compare_cost);
644644
small_function_size = Some (10 * Default.small_function_size);
645-
large_function_size = Some (100 * Default.large_function_size);
645+
large_function_size = Some (50 * Default.large_function_size);
646646
threshold = Some 100.;
647647
}
648648
end

0 commit comments

Comments
 (0)