Sciweavers

245 search results - page 1 / 49
» Garbage collection without paging
Sort
View
PLDI
2005
ACM
13 years 10 months ago
Garbage collection without paging
Garbage collection offers numerous software engineering advantages, but interacts poorly with virtual memory managers. Existing garbage collectors require far more pages than the ...
Matthew Hertz, Yi Feng, Emery D. Berger
IWMM
2007
Springer
146views Hardware» more  IWMM 2007»
13 years 11 months ago
Allocation-phase aware thread scheduling policies to improve garbage collection performance
Past studies have shown that objects are created and then die in phases. Thus, one way to sustain good garbage collection efficiency is to have a large enough heap to allow many ...
Feng Xian, Witawas Srisa-an, Hong Jiang
LFP
1992
90views more  LFP 1992»
13 years 5 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
JVM
2004
184views Education» more  JVM 2004»
13 years 6 months ago
A Real-Time Garbage Collector for Embedded Applications in CLI
We are working on scheduling of garbage collector as a concurrent thread for time-constrained applications in Common Language Infrastructure (CLI). We have implemented an increment...
Okehee Goh, Yann-Hang Lee, Ziad Kaakani, Elliott R...
VEE
2005
ACM
155views Virtualization» more  VEE 2005»
13 years 10 months ago
Using page residency to balance tradeoffs in tracing garbage collection
Daniel Spoonhower, Guy E. Blelloch, Robert Harper