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"
88756
88756
let caml_primitive = "Caml_primitive"
88757
88757
let int64 = "Caml_int64"
88758
88758
let md5 = "Caml_md5"
88759
- let gc = "Caml_gc"
88760
88759
let int32 = "Caml_int32"
88761
88760
88762
88761
@@ -110655,23 +110654,6 @@ let translate loc (prim_name : string)
110655
110654
let call m =
110656
110655
E.runtime_call m prim_name args in
110657
110656
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 *)
110675
110657
| "caml_add_float" ->
110676
110658
begin match args with
110677
110659
| [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"
88756
88756
let caml_primitive = "Caml_primitive"
88757
88757
let int64 = "Caml_int64"
88758
88758
let md5 = "Caml_md5"
88759
- let gc = "Caml_gc"
88760
88759
let int32 = "Caml_int32"
88761
88760
88762
88761
@@ -110655,23 +110654,6 @@ let translate loc (prim_name : string)
110655
110654
let call m =
110656
110655
E.runtime_call m prim_name args in
110657
110656
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 *)
110675
110657
| "caml_add_float" ->
110676
110658
begin match args with
110677
110659
| [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"
378306
378306
let caml_primitive = "Caml_primitive"
378307
378307
let int64 = "Caml_int64"
378308
378308
let md5 = "Caml_md5"
378309
- let gc = "Caml_gc"
378310
378309
let int32 = "Caml_int32"
378311
378310
378312
378311
@@ -392747,23 +392746,6 @@ let translate loc (prim_name : string)
392747
392746
let call m =
392748
392747
E.runtime_call m prim_name args in
392749
392748
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 *)
392767
392749
| "caml_add_float" ->
392768
392750
begin match args with
392769
392751
| [e0;e1] -> E.float_add e0 e1 (** TODO float plus*)
You can’t perform that action at this time.
0 commit comments