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

Minor clean up in symbol allocation and lookup #22012

Merged
merged 1 commit into from
May 23, 2017
Merged

Commits on May 22, 2017

  1. Minor clean up in symbol allocation and lookup

    * Remove `volatile`.
    
        The thread safety is provided by atomics and not volatile
    
    * Update comment.
    
        We are now relying on the GC bits to be `GC_OLD_MARKED` in order to not update it's metadata
        similar to other ptrfree permgen objects allocations.
    yuyichao committed May 22, 2017
    Configuration menu
    Copy the full SHA
    c76de36 View commit details
    Browse the repository at this point in the history