File tree Expand file tree Collapse file tree 3 files changed +0
-54
lines changed
Expand file tree Collapse file tree 3 files changed +0
-54
lines changed Original file line number Diff line number Diff line change @@ -88756,7 +88756,6 @@ let caml_oo_curry = "Caml_oo_curry"
8875688756let caml_primitive = "Caml_primitive"
8875788757let int64 = "Caml_int64"
8875888758let md5 = "Caml_md5"
88759- let gc = "Caml_gc"
8876088759let int32 = "Caml_int32"
8876188760
8876288761
@@ -110655,23 +110654,6 @@ let translate loc (prim_name : string)
110655110654 let call m =
110656110655 E.runtime_call m prim_name args in
110657110656 begin match prim_name with
110658- (* | "caml_gc_stat"
110659- | "caml_gc_quick_stat"
110660- | "caml_gc_get" *)
110661- | "caml_gc_counters"
110662- | "caml_gc_set"
110663- | "caml_gc_minor"
110664- | "caml_gc_major_slice"
110665- | "caml_gc_major"
110666- | "caml_gc_full_major"
110667- | "caml_gc_compaction"
110668- | "caml_final_register"
110669- | "caml_final_release"
110670- -> call Js_runtime_modules.gc
110671- (* | "caml_abs_float" ->
110672- E.math "abs" args *)
110673- (* | "caml_acos_float" ->
110674- E.math "acos" args *)
110675110657 | "caml_add_float" ->
110676110658 begin match args with
110677110659 | [e0;e1] -> E.float_add e0 e1 (** TODO float plus*)
Original file line number Diff line number Diff line change @@ -88756,7 +88756,6 @@ let caml_oo_curry = "Caml_oo_curry"
8875688756let caml_primitive = "Caml_primitive"
8875788757let int64 = "Caml_int64"
8875888758let md5 = "Caml_md5"
88759- let gc = "Caml_gc"
8876088759let int32 = "Caml_int32"
8876188760
8876288761
@@ -110655,23 +110654,6 @@ let translate loc (prim_name : string)
110655110654 let call m =
110656110655 E.runtime_call m prim_name args in
110657110656 begin match prim_name with
110658- (* | "caml_gc_stat"
110659- | "caml_gc_quick_stat"
110660- | "caml_gc_get" *)
110661- | "caml_gc_counters"
110662- | "caml_gc_set"
110663- | "caml_gc_minor"
110664- | "caml_gc_major_slice"
110665- | "caml_gc_major"
110666- | "caml_gc_full_major"
110667- | "caml_gc_compaction"
110668- | "caml_final_register"
110669- | "caml_final_release"
110670- -> call Js_runtime_modules.gc
110671- (* | "caml_abs_float" ->
110672- E.math "abs" args *)
110673- (* | "caml_acos_float" ->
110674- E.math "acos" args *)
110675110657 | "caml_add_float" ->
110676110658 begin match args with
110677110659 | [e0;e1] -> E.float_add e0 e1 (** TODO float plus*)
Original file line number Diff line number Diff line change @@ -378306,7 +378306,6 @@ let caml_oo_curry = "Caml_oo_curry"
378306378306let caml_primitive = "Caml_primitive"
378307378307let int64 = "Caml_int64"
378308378308let md5 = "Caml_md5"
378309- let gc = "Caml_gc"
378310378309let int32 = "Caml_int32"
378311378310
378312378311
@@ -392747,23 +392746,6 @@ let translate loc (prim_name : string)
392747392746 let call m =
392748392747 E.runtime_call m prim_name args in
392749392748 begin match prim_name with
392750- (* | "caml_gc_stat"
392751- | "caml_gc_quick_stat"
392752- | "caml_gc_get" *)
392753- | "caml_gc_counters"
392754- | "caml_gc_set"
392755- | "caml_gc_minor"
392756- | "caml_gc_major_slice"
392757- | "caml_gc_major"
392758- | "caml_gc_full_major"
392759- | "caml_gc_compaction"
392760- | "caml_final_register"
392761- | "caml_final_release"
392762- -> call Js_runtime_modules.gc
392763- (* | "caml_abs_float" ->
392764- E.math "abs" args *)
392765- (* | "caml_acos_float" ->
392766- E.math "acos" args *)
392767392749 | "caml_add_float" ->
392768392750 begin match args with
392769392751 | [e0;e1] -> E.float_add e0 e1 (** TODO float plus*)
You can’t perform that action at this time.
0 commit comments