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 52667ed commit 30a6db3Copy full SHA for 30a6db3
compiler/lib/specialize.ml
@@ -51,7 +51,7 @@ let function_arity info x =
51
52
let specialize_instr function_arity (acc, free_pc, extra) i =
53
match i with
54
- | 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 () -> (
55
let n' = List.length args in
56
match function_arity f with
57
| None -> i :: acc, free_pc, extra
0 commit comments