2003
DOI: 10.1007/978-3-540-39962-9_56
|View full text |Cite
|
Sign up to set email alerts
|

RTSJ Memory Areas and Their Affects on the Performance of a Flight-Like Attitude Control System

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
6
0

Year Published

2006
2006
2012
2012

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 9 publications
(6 citation statements)
references
References 3 publications
0
6
0
Order By: Relevance
“…The design and implementation of RTSJ virtual machines have been documented in [11,17,2]. Several papers have reported on experience with programming with RTSJ [10,29,34,19,2].…”
Section: Related Work: Programming With Scoped Memorymentioning
confidence: 99%
See 1 more Smart Citation
“…The design and implementation of RTSJ virtual machines have been documented in [11,17,2]. Several papers have reported on experience with programming with RTSJ [10,29,34,19,2].…”
Section: Related Work: Programming With Scoped Memorymentioning
confidence: 99%
“…So we must temporarily change allocation context. This is done by defining an inner class whose sole purpose is to create a new vector and add it to the hash map (lines [23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39]. The context switch is performed in lines 15-17 by first obtaining the area in which the StateTable was allocated, and finally executing the Putter in that area (line 17).…”
Section: Patterns and Idiomsmentioning
confidence: 99%
“…In safety-critical Java (SCJ), memory management is the explicit responsibility of the application developer who has to be aware of the allocation context of objects. Maintaining referential integrity and the movement of data between memory areas are two of the most important issues introduced by the scoped model [13].…”
Section: Introductionmentioning
confidence: 99%
“…Any reference assignment must ensure that the referred object has a lifetime at least as long as that of the target of the assignment. Scoped memories are thus safer than explicit memory management, but still hard to use correctly [20,23]. An alternative that is an active area of research is garbage collection algorithms with real-time guarantees.…”
Section: Introductionmentioning
confidence: 99%