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 Om to latest #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Om to latest #218

wants to merge 1 commit into from

Conversation

rwy7
Copy link
Member

@rwy7 rwy7 commented Aug 30, 2018

The newest Om changes split some functionality off to OMR and the GC. The main difference is that some names have changed and moved to OMR::GC. For example, Om::RootRef is now GC::StackRoot, and the root list is hung off the GC::Context.

As well, I've stopped using namespace Om, so it's clear what's OMR::GC and what's OMR::Om.

Signed-off-by: Robert Young [email protected]

Signed-off-by: Robert Young <[email protected]>
@rwy7 rwy7 requested a review from youngar August 30, 2018 16:24
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