Sciweavers

LCTRTS
1999
Springer

Live Memory Analysis for Garbage Collection in Embedded Systems

13 years 8 months ago
Live Memory Analysis for Garbage Collection in Embedded Systems
Real-time garbage collection is essential if object-oriented languages (in particular, Java) are to become predictable enough for real-time embedded systems. Although techniques for hard real-time garbage collection exist, they are based on estimations of the maximum amount of referenced (live) memory. Such estimations may be difficult to derive manually for complex programs. We present techniques for predicting the maximum amount of live memory in object-oriented languages with inheritance and virtual methods. Annotations are used to bound recursively defined data structures. The annotations may also be used for timing analysis of code traversing annotated structures. A prototype live memory analysis tool has been developed. The tool interactively provides predictions of the maximum amount of live memory referenced from an arbitrary reference or block in an object-oriented program.
Patrik Persson
Added 04 Aug 2010
Updated 04 Aug 2010
Type Conference
Year 1999
Where LCTRTS
Authors Patrik Persson
Comments (0)