448 Glossary
intra-event stream context Correlations within a single stream.
(Section 6.3.2)
IPC graph See interprocessor communication modeling graph.
iterative improvement scheduling Scheduling by refinement over several
stages. (Section 4.2.1)
Java virtual machine The abstract machine on which Java is defined.
(Section 3.5.4)
JIT compiler See just-in-time compiler.
jitter event model A model of an event including period and jitter. (Section
6.3.2)
journaling See log-structured file system.
JPEG A family of standards for still image encoding. (Section 1.2.2)
just-in-time compiler A compiler that compiles program sections on demand
during execution. (Section 3.5.4)
Kahn process A model of computation in which operators are guarded by
queues. (Section ...