JuliaLang / AllocCheck.jl

AllocCheck
Other
209 stars 8 forks source link

Possible false alarm with `@ccall`? #77

Open ctessum opened 1 month ago

ctessum commented 1 month ago

This issue contains an MWE reporting a possible dynamic dispatch occuring in a @ccall function in the package Proj.jl. However, upon investigation using other methods, it was determined that there was not an actual dynamic dispatch that occurred, even though AllocCheck.jl says that there is.