Hard real-time systems always choose not to use garbage collection in order to avoid its unpredictable executions. Much effort has been expended trying to build predictable garbage collectors which can provide both temporal and spatial guarantees. Unfortunately, most existing work leads to systems that cannot easily achieve a balance between temporal and spatial performances. Moreover, the scheduling of garbage collectors has not been integrated into modern real-time scheduling frameworks, which makes the benefits provided by the advancement of scheduling techniques very difficult to obtain. This paper argues that the existing design criteria for real-time garbage collectors do not reflect the unique requirements of flexible hard real-time systems. As a part of our design criteria, a new performance indicator is proposed to describe the capability of a real-time garbage collector to achieve a better balance between temporal and spatial performances. A hybrid garbage collection algorithm is designed accordingly which also uses dual priority scheduling algorithm to reclaim spare capacity while guaranteeing deadlines.
Download Not Available

BibTex Entry

@article{Chang2010a,
 address = {Los Alamitos, CA, USA},
 author = {Yang Chang and Andy Wellings},
 doi = {http://doi.ieeecomputersociety.org/10.1109/TC.2010.13},
 issn = {0018-9340},
 journal = {IEEE Transactions on Computers},
 pages = {1063-1075},
 publisher = {IEEE Computer Society},
 title = {Garbage Collection for Flexible Hard Real-Time Systems},
 volume = {59},
 year = {2010}
}