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 59caaa1 commit 53f2627Copy full SHA for 53f2627
compiler/lib/specialize.ml
@@ -53,7 +53,7 @@ let count = ref 0
53
54
let specialize_instr function_arity (acc, free_pc, extra) i =
55
match i with
56
- | Let (x, Apply { f; args; exact }), loc when (not exact) && Config.Flag.optcall () -> (
+ | Let (x, Apply { f; args; exact = false }), loc when Config.Flag.optcall () -> (
57
let n' = List.length args in
58
match function_arity f with
59
| None -> i :: acc, free_pc, extra
0 commit comments