Sciweavers

99 search results - page 2 / 20
» Analysis of the Multi-Phase Copying Garbage Collection Algor...
Sort
View
IWMM
2000
Springer
82views Hardware» more  IWMM 2000»
13 years 8 months ago
The Case for Profile-Directed Selection of Garbage Collectors
Many garbage-collected systems use a single garbage collection algorithm across all applications. It has long been known that this can produce poor performance on applications for...
Robert P. Fitzgerald, David Tarditi
JEC
2006
88views more  JEC 2006»
13 years 4 months ago
Joint garbage collection and hard real-time scheduling
We analyze the integration of automatic memory management in a real-time context. We focus on integrating a real-time (copying) garbage collector with hard real-time static-priori...
Maxime Van Assche, Joël Goossens, Raymond R. ...
SIGPLAN
2002
13 years 4 months ago
Write barrier removal by static analysis
We present a new analysis for removing unnecessary write barriers in programs that use generational garbage collection. To our knowledge, this is the first static program analysis...
Karen Zee, Martin C. Rinard
IWMM
1998
Springer
153views Hardware» more  IWMM 1998»
13 years 9 months ago
Compiler Support to Customize the Mark and Sweep Algorithm
Mark and sweep garbage collectors (GC) are classical but still very efficient automatic memory management systems. Although challenged by other kinds of systems, such as copying c...
Dominique Colnet, Philippe Coucaud, Olivier Zendra
OOPSLA
2004
Springer
13 years 10 months ago
MC2: high-performance garbage collection for memory-constrained environments
Java is becoming an important platform for memory-constrained consumer devices such as PDAs and cellular phones, because it provides safety and portability. Since Java uses garbag...
Narendran Sachindran, J. Eliot B. Moss, Emery D. B...