We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a515093 commit 0b9b32aCopy full SHA for 0b9b32a
asmcomp/i386/proc.ml
@@ -140,9 +140,6 @@ let outgoing ofs =
140
else Domainstate (ofs + size_domainstate_args)
141
let not_supported _ofs = fatal_error "Proc.loc_results: cannot call"
142
143
-(* Six arguments in integer registers plus eight in global memory. *)
144
-let max_arguments_for_tailcalls = 14
145
-
146
let loc_arguments arg =
147
calling_conventions 0 5 100 99 outgoing arg
148
let loc_parameters arg =
0 commit comments