Sciweavers

2805 search results - page 7 / 561
» Collecting More Garbage
Sort
View
OOPSLA
2007
Springer
14 years 2 months ago
The transactional memory / garbage collection analogy
This essay presents remarkable similarities between transactional memory and garbage collection. The connections are fascinating in their own right, and they let us better underst...
Dan Grossman
ISORC
2006
IEEE
14 years 2 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
PLDI
1993
ACM
14 years 19 days ago
Real-Time Replication Garbage Collection
We have implemented the first copying garbage collector that permits continuous unimpeded mutator access to the original objects during copying. The garbage collector incremental...
Scott Nettles, James O'Toole
IWMM
2000
Springer
113views Hardware» more  IWMM 2000»
14 years 4 days ago
On the Effectiveness of GC in Java
We study the effectiveness of garbage collection (GC) algorithms by measuring the time difference between the actual collection time of an object and the potential earliest collec...
Ran Shaham, Elliot K. Kolodner, Shmuel Sagiv
LFP
1992
90views more  LFP 1992»
13 years 9 months ago
Polymorphic Type Reconstruction for Garbage Collection Without Tags
Several papers ([Appe189],[Goldberg9 1]) have recently claimed that garbage collection can be performed on untagged data in the presence of ML-style type polymorphism. They rely o...
Benjamin Goldberg, Michael Gloger