Sciweavers

126 search results - page 1 / 26
» On the Type Accuracy of Garbage Collection
Sort
View
IWMM
2000
Springer
78views Hardware» more  IWMM 2000»
13 years 8 months ago
On the Type Accuracy of Garbage Collection
We describe a novel approach to obtaining type-accurate information for garbage collection in a hardware and language independent way. Our approach uses a run-time analysis to pro...
Martin Hirzel, Amer Diwan
ECOOP
2001
Springer
13 years 9 months ago
On the Usefulness of Liveness for Garbage Collection and Leak Detection
Abstract. The effectiveness of garbage collectors and leak detectors in identifying dead objects depends on the “accuracy” of their reachability traversal. Accuracy has two ort...
Martin Hirzel, Amer Diwan, Antony L. Hosking
DAPSYS
2004
Springer
13 years 10 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
LFP
1992
90views more  LFP 1992»
13 years 6 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