Skip to content

Tutorial: create MyGC doesn't fully follow NoGC #505

Open
@JunmingZhao42

Description

@JunmingZhao42

In the file mmtk-core/docs/tutorial/src/mygc/create.md, under point 3.iii, when creating a new MyGC plan, the create_plan() constructor for MyGC should start with the simple one following NoGC, (i.e. without scheduler):

// Create MyGC plan based on selector
PlanSelector::MyGC => Box::new(crate::plan::mygc::MyGC::new(
    vm_map, mmapper, options,
))

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-docArea: DocumentationC-bugCategory: BugP-highPriority: High. A high-priority issue should be fixed as soon as possible.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions