Skip to content

Commit

Permalink
Prim_local
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Dec 9, 2024
1 parent 9e7c04e commit 7a8dba0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ let makearray_dynamic_unboxed_product_c_stub ~name (mode : L.locality_mode) =
~c_builtin:false ~effects:Arbitrary_effects ~coeffects:Has_coeffects
~native_name:name
~native_repr_args:
[ Prim_local, L.Same_as_ocaml_repr (Base Value);
Prim_global, L.Same_as_ocaml_repr (Base Value);
[ Prim_global, L.Same_as_ocaml_repr (Base Value);
Prim_local, L.Same_as_ocaml_repr (Base Value);
Prim_global, L.Same_as_ocaml_repr (Base Value) ]
~native_repr_res:
( (match mode with Alloc_heap -> Prim_global | Alloc_local -> Prim_local),
Expand Down

0 comments on commit 7a8dba0

Please sign in to comment.