Sciweavers

12 search results - page 3 / 3
» Bounding space usage of conservative garbage collectors
Sort
View
POPL
2003
ACM
14 years 6 months ago
Static prediction of heap space usage for first-order functional programs
We show how to efficiently obtain linear a priori bounds on the heap space consumption of first-order functional programs. The analysis takes space reuse by explicit deallocation ...
Martin Hofmann, Steffen Jost
IWMM
2009
Springer
164views Hardware» more  IWMM 2009»
14 years 23 days ago
Live heap space analysis for languages with garbage collection
The peak heap consumption of a program is the maximum size of the live data on the heap during the execution of the program, i.e., the minimum amount of heap space needed to run t...
Elvira Albert, Samir Genaim, Miguel Gómez-Z...