Sciweavers

24 search results - page 3 / 5
» Nonblocking real-time garbage collection
Sort
View
RTSS
2006
IEEE
13 years 11 months ago
An Emprical Evaluation of Memory Management Alternatives for Real-Time Java
Memory management is a critical issue for correctness and performance of hard-real time systems. Java environments usually incorporate high-throughput garbage collection algorithm...
Filip Pizlo, Jan Vitek
TECS
2010
41views more  TECS 2010»
13 years 4 months ago
Nonblocking real-time garbage collection
Martin Schoeberl, Wolfgang Puffitsch
RTS
2010
127views more  RTS 2010»
13 years 17 days ago
Scheduling of hard real-time garbage collection
Automatic memory management or garbage collection greatly simplifies development of large systems. However, garbage collection is usually not used in real-time systems due to the u...
Martin Schoeberl
EMSOFT
2001
Springer
13 years 10 months ago
Storage Allocation for Real-Time, Embedded Systems
Dynamic storage allocation and automatic garbage collection are among the most popular features that high-level languages can offer. However, timecritical applications cannot be wr...
Steven M. Donahue, Matthew P. Hampton, Morgan Dete...
ISORC
2008
IEEE
14 years 6 days ago
Toward Libraries for Real-Time Java
Reusable libraries are problematic for real-time software in Java. Using Java’s standard class library, for example, demands meticulous coding and testing to avoid response time...
Trevor Harmon, Martin Schoeberl, Raimund Kirner, R...