Skip to content

Commit

Permalink
Remove comment sentence
Browse files Browse the repository at this point in the history
It is not our intention to require calling `initialize_collection`
before any allocation.
  • Loading branch information
wks committed Mar 22, 2024
1 parent 351d982 commit 9f743a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mmtk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ impl<VM: VMBinding> MMTK<VM> {

/// Initialize the GC worker threads that are required for doing garbage collections.
/// This is a mandatory call for a VM during its boot process once its thread system
/// is ready. This function should be called exactly once, and should be called before
/// allocating objects in the MMTk heap.
/// is ready. This function should be called exactly once.
///
/// Internally, this function will spawn the GC worker threads, and the `tls` argument is used
/// for this purpose.
Expand Down

0 comments on commit 9f743a8

Please sign in to comment.