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

Audit use of GC preserve #6

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Audit use of GC preserve #6

merged 1 commit into from
Mar 5, 2025

Conversation

jakobnissen
Copy link
Owner

Julia requires use of GC preserve whenever we take a pointer, but the code didn't do this.
Although it currently has no effect and is compiled to a noop, that might change in the future.

Julia requires use of GC preserve whenever we take a pointer, but the code
didn't do this.
Although it currently has no effect and is compiled to a noop, that might
change in the future.
Copy link

codecov bot commented Mar 5, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@jakobnissen jakobnissen merged commit b028a9d into master Mar 5, 2025
3 of 4 checks passed
@jakobnissen jakobnissen deleted the gc branch March 5, 2025 07:57
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

Successfully merging this pull request may close these issues.

1 participant