Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about concurrent-mark-sweep

Read more about concurrent-mark-sweep

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - concurrent-mark-sweep

Why does a mark & sweep collector have to stop the world and not run in parallel?

I am reading "The Garbage Collection Handbook: 2nd Edition". In the "Mark-Sweep garbage collection" page, it is mentioned that all mutator threads stop while the collector thread r...
test-img

Null

algorithm

parallel-processing

garbage-collection

concurrent-mark-sweep

Votes: 0

Answers: 1

Latest Answer

In the marking phase, the collector only touches bytes (mark flags) that it owns and the mutator shouldn't even use. It only mutates bytes that it owns. But it examines bytes owned by the mutator. W...
test-img

rici

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved