You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module OverAlloc
function make_arr()
x = Float64[];
for i = 1:175;
push!(x, 0.0);
end
return x
end
const myarr = [make_arr() for x in 1:100000]
greet() = print("Hello World!")
end # module OverAlloc
results in a pkgimage that is 140MB on 1.10 but 554 MB on master. Might be related to #53570