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

Allow Cassette (et al.) to participate in backedge system #32237

Merged
merged 1 commit into from
Jun 10, 2019

Commits on Jun 7, 2019

  1. Add backedges for Cassette

    Adds an extra field in `CodeInfo` that allows users (Cassette, et al.)
    to specify dependencies (as forward edges to `MethodInstance`s) that should
    be turned into backedges once the CodeInfo is passed over by inference.
    
    The test includes a minimal implementation of the Cassette mechansim to
    exercise this code path.
    Keno committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    1d3cdec View commit details
    Browse the repository at this point in the history