JuliaLang / AllocCheck.jl

AllocCheck
Other
209 stars 8 forks source link

Adjust to `Memory{T}` changes #28

Closed topolarity closed 8 months ago

topolarity commented 9 months ago

Now that https://github.com/JuliaLang/julia/pull/51319/ we need to update AllocCheck to support the changed C API.

There's also a chance that this might have made some array-like optimizations more opaque to us. We should check some basic array allocations and see what the situation is.

topolarity commented 9 months ago

@gbaraldi Can you start to scope this one out?

Specifically, which runtime functions have changed and how might we chunk up the change to adapt to new codegen, etc?