Skip to content

Commit db2f58f

Browse files
committed
OxCaml runtime: immutable array primitives
1 parent fc27a39 commit db2f58f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/lib/parse_bytecode.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,6 +1881,8 @@ and compile infos pc state (instrs : instr list) =
18811881
| "%identity", _ -> true
18821882
| "caml_ensure_stack_capacity", _ -> true
18831883
| "caml_process_pending_actions_with_root", _ -> true
1884+
| "caml_array_of_iarray", _ -> true
1885+
| "caml_iarray_of_array", _ -> true
18841886
| "caml_make_array", `JavaScript -> true
18851887
| "caml_array_of_uniform_array", `JavaScript -> true
18861888
| "caml_js_from_float", `JavaScript -> true

0 commit comments

Comments
 (0)