Title :
An on-chip garbage collection coprocessor for embedded real-time systems
Author_Institution :
Inst. of Commun. Networks & Comput. Eng., Stuttgart Univ., Germany
Abstract :
Garbage collection considerably increases programmer productivity and software quality. However, it is difficult to implement garbage collection both efficiently and suitably for real-time systems. Today, garbage collection is exclusively realized in software and either fails to guarantee a small upper bound for pause times or suffers from considerable synchronization overhead. In this paper, we present the design and implementation of an on-chip garbage collection coprocessor that closely cooperates with the main processor. The benefits of this configuration include low garbage collection overhead, low-cost synchronization of collector and application programs, and hard real-time capabilities. We successfully realized the garbage collection coprocessor along with a pipelined RISC processor on a single FPGA. Performance measurements on the prototype show that the longest pauses caused by the garbage collector are less than 500 clock cycles and that the total runtime overhead is as little as a few percent if the application is provided with a reasonable amount of memory headroom.
Keywords :
coprocessors; embedded systems; field programmable gate arrays; pipeline processing; reduced instruction set computing; storage management; FPGA; embedded real-time systems; low-cost synchronization; on-chip garbage collection coprocessor; pipelined RISC processor; Coprocessors; Field programmable gate arrays; Productivity; Programming profession; Real time systems; Reduced instruction set computing; Software quality; Synchronization; System-on-a-chip; Upper bound;
Conference_Titel :
Embedded and Real-Time Computing Systems and Applications, 2005. Proceedings. 11th IEEE International Conference on
Print_ISBN :
0-7695-2346-3
DOI :
10.1109/RTCSA.2005.25