Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible false alarm with @ccall? #77

Open
ctessum opened this issue Jun 17, 2024 · 2 comments
Open

Possible false alarm with @ccall? #77

ctessum opened this issue Jun 17, 2024 · 2 comments

Comments

@ctessum
Copy link

ctessum commented Jun 17, 2024

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.

@topolarity
Copy link
Member

Thanks for the bug report @ctessum - The bug you're hitting is #69

That bug needs to be fixed, but in the mean time we know that this "dynamic dispatch" is a false alarm (or rather, we know it's an incomplete part of our scan) so we shouldn't be reporting it as one. I've opened #86 to try to give the user a heads up that this isn't their fault.

@ctessum
Copy link
Author

ctessum commented Oct 8, 2024

Thanks for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants