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

Rakudo RT#102994: Add flag indicating HLL init status on CodeRef (CodeRef edition) #806

Closed
wants to merge 2 commits into from

Commits on Mar 10, 2018

  1. Add flag indicating HLL init status on CodeRef

    Add a value that indicates whether the statevar in the coderef has been
    assigned a value by the HLL (flag set via extop on HLL side).
    
    This change is being made to coincide with a Rakudo development
    regarding statevar initialization.
    
    See [RT#102994](https://rt.perl.org/Public/Bug/Display.html?id=102994)
    jstuder-gh committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    4b39e3d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Root 'cref' pointer

    The 'cref' is not being rooted alongside the frame so when GC is
    invoked it may become stale. jnthn++ for pointing this out.
    jstuder-gh committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    8fb73e7 View commit details
    Browse the repository at this point in the history