| Scheduling garbage collector for embedded real-time systems |
| Full text |
Pdf
(1.10 MB)
|
| Source
|
Language, Compiler and Tool Support for Embedded Systems
archive
Proceedings of the ACM SIGPLAN 1999 workshop on Languages, compilers, and tools for embedded systems
table of contents
Atlanta, Georgia, United States
Pages: 55 - 64
Year of Publication: 1999
ISBN:1-58113-136-4
Also published in ...
|
|
Authors
|
|
| Sponsor |
|
| Publisher |
|
| Bibliometrics |
Downloads (6 Weeks): 5, Downloads (12 Months): 36, Citation Count: 6
|
|
|
ABSTRACT
This paper proposes a new scheduling method for multiple mutators and a garbage collector running on embedded real-time systems with a single processor and no virtual memory. The hard real-time tasks should reserve a certain amount of heap memory to prevent memory starvation and/or deadline miss. Since the memory requirement depends on the worst-case response time of a garbage collector, the traditional approach in which garbage collection is performed in the background demands large memory space. The proposed scheduling algorithm is based on an aperiodic scheduling technique, sporadic server. This paper also presents a modified copying garbage collection algorithm with hardware support. In order to minimize the worst-case response time of a garbage collector thus reducing the memory requirement, the garbage collector runs as the highest priority task with a preset bandwidth. This paper also investigates the schedulability of a garbage collector and mutator tasks as well as the worst-case memory requirement. Performance analysis shows that the proposed algorithm can provide a considerable reduction in the worst-case memory requirement compared with the background policy. Simulation results demonstrate that the proposed algorithm can produce the feasible memory requirement comparable to the complex on-line scheduling algorithm such as slack stealing.
REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
| |
1
|
|
 |
2
|
|
 |
3
|
|
 |
4
|
|
 |
5
|
|
 |
6
|
|
| |
7
|
HENRIKSSON, R. Scheduling Garbage Collection in Embedded Systems. PhD thesis, Lund University, July 1998.
|
| |
8
|
KALMAN, R. E. A new approach to linear filtering and prediction problems. Transactions of the ASME-Journal of Basic Engineering (Mar 1960), 35-45.
|
| |
9
|
Kalman fileter C++ class, v 1.2. ftp://ftp.taygeta.com/pub/ c++/kalman.tar.Z.
|
| |
10
|
LEHOCZKEY, J. P., SHA, L., AND DING, Y. The rate monotonic scheduling algorithm: Exact characterization and average case behavior. In Proceedings of the Real-Time Systems Symposium (Dec. 1989), pp. 166-171.
|
| |
11
|
LEHOCZKY, J. P., AND RAMOS-THUEL, S. An optimal algorithm for scheduling soft-aperiodic tasks in fixed-priority preemptive systems. In Proceedings of the Real-Time Systems Symposium (Dec. 1992), pp. 110-123.
|
 |
12
|
|
| |
13
|
NILSEN, K. D., AND SCHMIDT, W. J. A high-performance hardware-assisted real time garbage collection system. Journal of Programming Languages 2, 1 (1994).
|
| |
14
|
SPRtJNT, B., SHA, L., AND LEHOCZKY, J. P. Aperiodic task scheduling for hard-real-time systems. Journal of Real-Time Systems I (1989), 27-60.
|
| |
15
|
WILSON, P. R. Uniprocessor garbage collection techniques. Tech. rep., University of Texas, Jan 1994.
|
| |
16
|
WIND RIVER SYSTEMS, INC. VxWorks Programmer's Guide, 5.3.1, 1997.
|
| |
17
|
|
| |
18
|
ZORN, B. Barrier methods for garbage collection. Tech. Rep. CU-CS-494-90, University of Colorado, Boulder, Nov 1990.
|
Peer to Peer - Readers of this Article have also read:
-
Data structures for quadtree approximation and compression
Communications of the ACM
28, 9
Hanan Samet
-
A hierarchical single-key-lock access control using the Chinese remainder theorem
Proceedings of the 1992 ACM/SIGAPP Symposium on Applied computing
Kim S. Lee
, Huizhu Lu
, D. D. Fisher
-
An intelligent component database for behavioral synthesis
Proceedings of the 27th ACM/IEEE conference on Design automation
Gwo-Dong Chen
, Daniel D. Gajski
-
The GemStone object database management system
Communications of the ACM
34, 10
Paul Butterworth
, Allen Otis
, Jacob Stein
-
Putting innovation to work: adoption strategies for multimedia communication systems
Communications of the ACM
34, 12
Ellen Francik
, Susan Ehrlich Rudman
, Donna Cooper
, Stephen Levine
|