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

Update the Linux functionality to use ARCs and make the Mac match. #7

Merged
merged 2 commits into from Jun 27, 2013

Conversation

@pcwalton
Copy link
Contributor

pcwalton commented Jun 27, 2013

GLX contexts are not reference counted, so we must do the reference
counting ourselves, in Rust.

r? @metajack

pcwalton added 2 commits Jun 26, 2013
GLX contexts are not reference counted, so we must do the reference
counting ourselves, in Rust.
@metajack

This comment has been minimized.

Copy link

metajack commented on 5ac0e3f Jun 27, 2013

r+

@metajack
Copy link
Contributor

metajack commented Jun 27, 2013

This look good. I'm not sure why new_possibly_shared() is useful. Either you want a shared one, or you don't, but not being able to tell if you got a shared one or not seems less than ideal.

metajack added a commit that referenced this pull request Jun 27, 2013
Update the Linux functionality to use ARCs and make the Mac match.
@metajack metajack merged commit 8034918 into servo:master Jun 27, 2013
@pcwalton pcwalton deleted the pcwalton:linux-arc branch Jun 27, 2013
@pcwalton
Copy link
Contributor Author

pcwalton commented Jun 27, 2013

new_possibly_shared is just a private internal helper method to factor stuff out.

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

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.