Skip to content

Commit

Permalink
Nofree array del (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Oct 19, 2023
1 parent bf3415d commit 54c1d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const known_ops = Dict(
end

const nofreefns = Set{String}((
"jl_array_del_end","ijl_array_del_end",
"jl_get_world_counter", "ijl_get_world_counter",
"memhash32_seed", "memhash_seed",
"ijl_module_parent", "jl_module_parent",
Expand Down

0 comments on commit 54c1d24

Please sign in to comment.