Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Update rts.gc.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Condoluci committed Feb 14, 2020
1 parent 77b5080 commit 2beeb44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions asterius/rts/rts.gc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ export class GC {
Object.freeze(this);
}

/**
* Stores the given closure in the remembered set.
* @param c The mutated closure
*/
recordMutated(c) {
// TODO: stub
}

/**
* Checks whether the provided memory address resides
* in a pinned MBlock. Used by {@link GC#evacuateClosure}
Expand Down

0 comments on commit 2beeb44

Please sign in to comment.