File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -62,23 +62,6 @@ let translate loc (prim_name : string)
62
62
let call m =
63
63
E. runtime_call m prim_name args in
64
64
begin match prim_name with
65
- (* | "caml_gc_stat"
66
- | "caml_gc_quick_stat"
67
- | "caml_gc_get" * )
68
- | " caml_gc_counters"
69
- | " caml_gc_set"
70
- | " caml_gc_minor"
71
- | " caml_gc_major_slice"
72
- | " caml_gc_major"
73
- | " caml_gc_full_major"
74
- | " caml_gc_compaction"
75
- | " caml_final_register"
76
- | " caml_final_release"
77
- -> call Js_runtime_modules. gc
78
- (* | "caml_abs_float" ->
79
- E.math "abs" args *)
80
- (* | "caml_acos_float" ->
81
- E.math "acos" args *)
82
65
| "caml_add_float" ->
83
66
begin match args with
84
67
| [e0;e1] -> E. float_add e0 e1 (* * TODO float plus*)
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ let caml_oo_curry = "Caml_oo_curry"
42
42
let caml_primitive = " Caml_primitive"
43
43
let int64 = " Caml_int64"
44
44
let md5 = " Caml_md5"
45
- let gc = " Caml_gc"
46
45
let int32 = " Caml_int32"
47
46
48
47
You can’t perform that action at this time.
0 commit comments