File tree Expand file tree Collapse file tree 7 files changed +6
-33
lines changed
compiler/tests-check-prim Expand file tree Collapse file tree 7 files changed +6
-33
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,6 @@ caml_fs_init
5252jsoo_create_file
5353jsoo_create_file_extern
5454
55- From +gc.js:
56- caml_memprof_set
57-
5855From +graphics.js:
5956caml_gr_arc_aux
6057caml_gr_blit_image
Original file line number Diff line number Diff line change @@ -37,14 +37,6 @@ caml_fs_init
3737jsoo_create_file
3838jsoo_create_file_extern
3939
40- From +gc.js:
41- caml_eventlog_pause
42- caml_eventlog_resume
43- caml_gc_huge_fallback_count
44- caml_get_major_bucket
45- caml_get_major_credit
46- caml_memprof_set
47-
4840From +graphics.js:
4941caml_gr_arc_aux
5042caml_gr_blit_image
Original file line number Diff line number Diff line change @@ -161,9 +161,6 @@ caml_fs_init
161161jsoo_create_file
162162jsoo_create_file_extern
163163
164- From +gc.js:
165- caml_memprof_set
166-
167164From +graphics.js:
168165caml_gr_arc_aux
169166caml_gr_blit_image
Original file line number Diff line number Diff line change @@ -148,14 +148,6 @@ caml_fs_init
148148jsoo_create_file
149149jsoo_create_file_extern
150150
151- From +gc.js:
152- caml_eventlog_pause
153- caml_eventlog_resume
154- caml_gc_huge_fallback_count
155- caml_get_major_bucket
156- caml_get_major_credit
157- caml_memprof_set
158-
159151From +graphics.js:
160152caml_gr_arc_aux
161153caml_gr_blit_image
Original file line number Diff line number Diff line change @@ -126,9 +126,6 @@ caml_fs_init
126126jsoo_create_file
127127jsoo_create_file_extern
128128
129- From +gc.js:
130- caml_memprof_set
131-
132129From +graphics.js:
133130caml_gr_arc_aux
134131caml_gr_blit_image
Original file line number Diff line number Diff line change @@ -114,14 +114,6 @@ caml_fs_init
114114jsoo_create_file
115115jsoo_create_file_extern
116116
117- From +gc.js:
118- caml_eventlog_pause
119- caml_eventlog_resume
120- caml_gc_huge_fallback_count
121- caml_get_major_bucket
122- caml_get_major_credit
123- caml_memprof_set
124-
125117From +graphics.js:
126118caml_gr_arc_aux
127119caml_gr_blit_image
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ function caml_gc_get() {
5252}
5353
5454//Provides: caml_memprof_set
55+ //Version: = 4.10
5556function caml_memprof_set ( _control ) {
5657 return 0 ;
5758}
@@ -98,16 +99,19 @@ function caml_memprof_discard(t) {
9899}
99100
100101//Provides: caml_eventlog_resume
102+ //Version: < 5.0
101103function caml_eventlog_resume ( unit ) {
102104 return 0 ;
103105}
104106
105107//Provides: caml_eventlog_pause
108+ //Version: < 5.0
106109function caml_eventlog_pause ( unit ) {
107110 return 0 ;
108111}
109112
110113//Provides: caml_gc_huge_fallback_count
114+ //Version: < 5.0
111115function caml_gc_huge_fallback_count ( unit ) {
112116 return 0 ;
113117}
@@ -128,11 +132,13 @@ function caml_get_minor_free(unit) {
128132}
129133
130134//Provides: caml_get_major_bucket
135+ //Version: < 5.0
131136function caml_get_major_bucket ( n ) {
132137 return 0 ;
133138}
134139
135140//Provides: caml_get_major_credit
141+ //Version: < 5.0
136142function caml_get_major_credit ( n ) {
137143 return 0 ;
138144}
You can’t perform that action at this time.
0 commit comments