Sciweavers

18 search results - page 2 / 4
» iwmm 2000
Sort
View
IWMM
2000
Springer
78views Hardware» more  IWMM 2000»
13 years 9 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
IWMM
2000
Springer
122views Hardware» more  IWMM 2000»
13 years 9 months ago
Concurrent Garbage Collection Using Program Slices on Multithreaded Processors
We investigate reference counting in the context of a multithreaded architecture by exploiting two observations: (1) reference-counting can be performed by a transformed program s...
Manoj Plakal, Charles N. Fischer
IWMM
2000
Springer
108views Hardware» more  IWMM 2000»
13 years 9 months ago
Efficient Object Sampling via Weak References
The performance of automatic memory management may be improved if the policies used in allocating and collecting objects had knowledge of the lifetimes of objects. To date, approa...
Ole Agesen, Alex Garthwaite
IWMM
2000
Springer
90views Hardware» more  IWMM 2000»
13 years 9 months ago
Compact Garbage Collection Tables
Garbage collection tables for finding pointers on the stack can be represented in 20-25% of the space previously reported. Live pointer information is often the same at many call ...
David Tarditi
IWMM
2000
Springer
94views Hardware» more  IWMM 2000»
13 years 9 months ago
Dynamic Adaptive Pre-Tenuring
In a generational garbage collector, a pre-tenured object is one that is allocated directly in the old generation. Pretenuring long-lived objects reduces the number of times that ...
Timothy L. Harris