Sciweavers

15 search results - page 1 / 3
» Implementing a Family of Distributed Garbage Collectors
Sort
View
ACSC
2003
IEEE
13 years 9 months ago
Implementing a Family of Distributed Garbage Collectors
Stuart Norcross, Ronald Morrison, David S. Munro, ...
MPC
2010
Springer
157views Mathematics» more  MPC 2010»
13 years 9 months ago
Formal Derivation of Concurrent Garbage Collectors
Concurrent garbage collectors are notoriously difficult to implement correctly. Previous approaches to the issue of producing correct collectors have mainly been based on posit-and...
Dusko Pavlovic, Peter Pepper, Douglas R. Smith
IWMM
1998
Springer
153views Hardware» more  IWMM 1998»
13 years 8 months ago
Compiler Support to Customize the Mark and Sweep Algorithm
Mark and sweep garbage collectors (GC) are classical but still very efficient automatic memory management systems. Although challenged by other kinds of systems, such as copying c...
Dominique Colnet, Philippe Coucaud, Olivier Zendra
MIDDLEWARE
2007
Springer
13 years 10 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
ISORC
2006
IEEE
13 years 10 months ago
Real-Time Garbage Collection for Java
Automatic memory management or garbage collection greatly simplifies the development of large systems. However, garbage collection is usually not used in real-time systems due to...
Martin Schoeberl