Sciweavers

59 search results - page 4 / 12
» Concurrent Replicating Garbage Collection
Sort
View
VLDB
1997
ACM
116views Database» more  VLDB 1997»
14 years 1 months ago
Concurrent Garbage Collection in O2
Marcin Skubiszewski, Patrick Valduriez
SOSP
1993
ACM
13 years 11 months ago
Concurrent Compacting Garbage Collection of a Persistent Heap
James O'Toole, Scott Nettles, David K. Gifford
BIRTHDAY
2003
Springer
14 years 2 months ago
Colimits for Concurrent Collectors
Abstract. This case study applies techniques of formal program development by specification refinement and composition to the problem of concurrent garbage collection. The speci...
Dusko Pavlovic, Peter Pepper, Douglas R. Smith
IWMM
2010
Springer
137views Hardware» more  IWMM 2010»
14 years 1 months ago
The locality of concurrent write barriers
Concurrent and incremental collectors require barriers to ensure correct synchronisation between mutator and collector. The overheads imposed by particular barriers on particular ...
Laurence Hellyer, Richard Jones, Antony L. Hosking
GPC
2010
Springer
14 years 1 months ago
Actor Garbage Collection Using Vertex-Preserving Actor-to-Object Graph Transformations
Abstract. Large-scale distributed computing applications require concurrent programming models that support modular and compositional software development. The actor model supports...
Wei-Jen Wang, Carlos A. Varela, Fu-Hau Hsu, Cheng-...