Skip to content

Commit

Permalink
Mark gensym as inactive (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Jan 27, 2024
1 parent 8981a34 commit 283a1c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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}((
"ijl_tagged_gensym", "jl_tagged_gensym",
"ijl_array_ptr_copy", "jl_array_ptr_copy",
"ijl_array_copy", "jl_array_copy",
"ijl_get_nth_field_checked", "ijl_get_nth_field_checked",
Expand Down Expand Up @@ -215,6 +216,7 @@ const nofreefns = Set{String}((
))

const inactivefns = Set{String}((
"ijl_tagged_gensym", "jl_tagged_gensym",
"jl_get_world_counter", "ijl_get_world_counter",
"memhash32_seed", "memhash_seed",
"ijl_module_parent", "jl_module_parent",
Expand Down

0 comments on commit 283a1c5

Please sign in to comment.