Sciweavers

55 search results - page 1 / 11
» Lock-Free Parallel Garbage Collection
Sort
View
ISPA
2005
Springer
13 years 11 months ago
Lock-Free Parallel Garbage Collection
Hui Gao, Jan Friso Groote, Wim H. Hesselink
DAPSYS
2004
Springer
13 years 11 months ago
Analysis of the Multi-Phase Copying Garbage Collection Algorithm
The multi-phase copying garbage collection was designed to avoid the need for large amount of reserved memory usually required for the copying types of garbage collection algorithm...
Norbert Podhorszki
IWMM
2011
Springer
204views Hardware» more  IWMM 2011»
12 years 8 months ago
Multicore garbage collection with local heaps
In a parallel, shared-memory, language with a garbage collected heap, it is desirable for each processor to perform minor garbage collections independently. Although obvious, it i...
Simon Marlow, Simon L. Peyton Jones
MIDDLEWARE
2007
Springer
13 years 11 months ago
Garbage Collecting the Grid: A Complete DGC for Activities
Abstract. Grids are becoming more and more dynamic, running parallel applications on large scale and heterogeneous resources. Explicitly stopping a whole distributed application is...
Denis Caromel, Guillaume Chazarain, Ludovic Henrio
PODC
1997
ACM
13 years 9 months ago
Collecting Distributed Garbage Cycles by Back Tracing
Systems that store objects at a large number of sites require fault-tolerant and timely garbage collection. A popular technique is to trace each site independently using inter-sit...
Umesh Maheshwari, Barbara Liskov