Selasa, 21 September 2010

Are multicore-capable garbage collectors hard to write ?

In this era of multicore computing, garbage collectors need to allow user threads (aka mutators) to run in parallel on separate cores simultaneously in order to facilitate efficient shared memory parallel programming. There are two relevant phrases from garbage collection terminology here:Parallel GC means the garbage collector itself has been parallelised in order to speed up garbage collections

Tidak ada komentar:

Posting Komentar