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

Ensure yksom works safely with untraceable allocation #210

Merged
merged 3 commits into from
May 7, 2021

Conversation

jacob-hughes
Copy link
Contributor

Some types (e.g. Val) have opaque pointers which are hidden from type system. This ensures that the GC can see them and still treats them as potential pointers during marking.

@ltratt
Copy link
Member

ltratt commented May 7, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented May 7, 2021

Build succeeded:

@bors bors bot merged commit 585f86c into softdevteam:master May 7, 2021
@@ -1,3 +1,5 @@
Cargo.lock
target/
*.core
rebench.conf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One could argue that this one should be part of the repo, and part of CI ;)

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.

3 participants