Title of article
Heap space analysis for garbage collected languages
Author/Authors
Elvira Albert، نويسنده , , Samir Genaim، نويسنده , , Miguel G?mez-Zamalloa، نويسنده ,
Issue Information
ماهنامه با شماره پیاپی سال 2013
Pages
22
From page
1427
To page
1448
Abstract
Accurately predicting the dynamic memory consumption (or heap space) of programs can be critical during software development. It is well-known that garbage collection (GC) complicates such problem. The peak heap consumption of a program is the maximum size of the data on the heap during its execution, i.e., the minimum amount of heap space needed to safely run the program. Existing heap space analyses either do not take deallocation into account or adopt specific models of garbage collectors which do not necessarily correspond to the actual memory usage. This paper presents a novel static analysis for garbage-collected imperative languages that infers accurate upper bounds on the peak heap usage, including exponential, logarithmic and polynomial bounds. A unique characteristic of the analysis is that it is parametric on the notion of object lifetime, i.e., on when objects become collectible.
Keywords
static analysis , Live heap space analysis , Peak memory consumption , Low-level languages , Java bytecode , garbage collection
Journal title
Science of Computer Programming
Serial Year
2013
Journal title
Science of Computer Programming
Record number
1080394
Link To Document