1. What contributions have the authors mentioned in the paper "A java processor architecture for embedded real-time systems" ?
This paper presents a Java processor designed for time-predictable execution of real-time tasks.. This paper demonstrates that a hardware implementation of the Java virtual machine results in a small design for resource-constrained devices.
read more
2. What are the two timepredictable caches for JOP?
Two timepredictable caches are proposed for JOP: a stack cache as a substitution for the data cache and a method cache to cache the instructions.
read more
3. What is the performance gain from the hidden memory store?
Since read operations are more frequent than write operations (15% vs. 2.5%, see [51]), the performance gain from the hidden memory store is lost.
read more
4. What is the indices used in the stack cache?
Two indices in this array are used: p points to the logical third element of the stack and changes as the stack grows or shrinks, v points to the base of the local variables area in the stack and n is the address offset of a variable.
read more





