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

No ProcessEdgesWork in API functions #114

Merged
merged 4 commits into from
Jul 5, 2022

Commits on Jun 21, 2022

  1. No ProcessEdgesWork in API functions

    Because of a change in mmtk-core, API functions no longer pass type
    parameters for the work packet type.  When scanning roots, mmtk-jikesrvm
    no longer creates work packets for handling the roots directly, but just
    passes root edges back to mmtk-core via call-bcak so that mmtk-core will
    create the appropriate work packets.
    wks committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    eb36ecd View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Remove ScopedDynamicXxxInvoker

    Following upstream change, we use impl instead of Box<dyn> for
    RootsWorkFactory.
    wks committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    00c9477 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    0cde0d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Update Cargo.toml

    qinsoon authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    0ea2629 View commit details
    Browse the repository at this point in the history