Sciweavers

IWMM
2007
Springer
77views Hardware» more  IWMM 2007»
13 years 10 months ago
Decrypting the Java gene pool
Sebastien Marion, Richard E. Jones, Chris Ryder
IWMM
2007
Springer
130views Hardware» more  IWMM 2007»
13 years 10 months ago
Accordion arrays
In this work, we present accordion arrays, a straightforward and effective memory compression technique targeting Unicode-based character arrays. In many non-numeric Java programs...
Craig B. Zilles
IWMM
2007
Springer
146views Hardware» more  IWMM 2007»
13 years 10 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
IWMM
2007
Springer
89views Hardware» more  IWMM 2007»
13 years 10 months ago
Intelligent selection of application-specific garbage collectors
Jeremy Singer, Gavin Brown, Ian Watson, John Cavaz...
IWMM
2007
Springer
82views Hardware» more  IWMM 2007»
13 years 10 months ago
Stopless: a real-time garbage collector for multiprocessors
Filip Pizlo, Daniel Frampton, Erez Petrank, Bjarne...
IWMM
2007
Springer
118views Hardware» more  IWMM 2007»
13 years 10 months ago
Detecting and eliminating memory leaks using cyclic memory allocation
We present and evaluate a new technique for detecting and eliminating memory leaks in programs with dynamic memory allocation. This technique observes the execution of the program...
Huu Hai Nguyen, Martin C. Rinard
IWMM
2007
Springer
90views Hardware» more  IWMM 2007»
13 years 10 months ago
A correct and useful incremental copying garbage collector
Martin Kero, Johan Nordlander, Per Lindgren
IWMM
2007
Springer
122views Hardware» more  IWMM 2007»
13 years 10 months ago
Overlooking roots: a framework for making nondeferred reference-counting garbage collection fast
Numerous optimizations exist for improving the performance of nondeferred reference-counting (RC) garbage collection. Their designs are ad hoc, intended to exploit different count...
Pramod G. Joisha
IWMM
2007
Springer
85views Hardware» more  IWMM 2007»
13 years 10 months ago
Uniqueness inference for compile-time object deallocation
This paper presents an analysis and transformation for individual object reclamation in Java programs. First, we propose a uniqueness inference algorithm that identifies variable...
Sigmund Cherem, Radu Rugina