Skip to content

Commit

Permalink
Inactive get total bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jun 23, 2024
1 parent 9ad264a commit d8ec2e4
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 @@ -103,6 +103,7 @@ Dict{DataType, Tuple{Symbol, Int, Union{Nothing, Tuple{Symbol, DataType}}}}(
end

const nofreefns = Set{String}((
"ijl_gc_get_total_bytes", "jl_gc_get_total_bytes",
"ijl_array_grow_at", "jl_array_grow_at",
"ijl_try_substrtod", "jl_try_substrtod",
"jl_f__apply_iterate",
Expand Down Expand Up @@ -180,6 +181,7 @@ const nofreefns = Set{String}((
))

const inactivefns = Set{String}((
"ijl_gc_get_total_bytes", "jl_gc_get_total_bytes",
"ijl_try_substrtod", "jl_try_substrtod",
"ijl_tagged_gensym", "jl_tagged_gensym",
"jl_get_world_counter", "ijl_get_world_counter",
Expand Down

0 comments on commit d8ec2e4

Please sign in to comment.