File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 42
42
//! * [Work packets](scheduler/work/trait.GCWork.html): units of GC work scheduled by the MMTk's scheduler.
43
43
//! * [GC plans](plan/global/trait.Plan.html): GC algorithms composed from components.
44
44
//! * [Heap implementations](util/heap/index.html): the underlying implementations of memory resources that support spaces.
45
- //! * [Scheduler](scheduler/scheduler/struct.Scheduler .html): the MMTk scheduler to allow flexible and parallel execution of GC work.
45
+ //! * [Scheduler](scheduler/scheduler/struct.GCWorkScheduler .html): the MMTk scheduler to allow flexible and parallel execution of GC work.
46
46
//! * Interfaces: bi-directional interfaces between MMTk and language implementations
47
47
//! i.e. [the memory manager API](memory_manager/index.html) that allows a language's memory manager to use MMTk
48
48
//! and [the VMBinding trait](vm/trait.VMBinding.html) that allows MMTk to call the language implementation.
You can’t perform that action at this time.
0 commit comments