LUMIERA.clone/src/vault/gear
Ichthyostega ccf0710903 Block-Flow: maintain an »Epoch« within the raw allocation Extent
- the idea is to use slot-0 in each extent for administrative metadata
- to that end, a specialised GATE-Activity is placed into slot-0
- decision to use the next-pointer for managing the next free slot
- thus we need the help of the underlying ExtentFamily for navigating Extents

Decision to refrain from any attempt to "fix" excessive memory usage,
caused by Epochs still blocked by pending IO operations. Rather, we
assume the engine uses sane parametrisation (possibly with dynamic adjustment)
Yet still there will be some safety limit, but when exceeding this limit,
the allocator will just throw, thereby killing the playback/render process
2023-07-09 01:32:27 +02:00
..
activity-lang.hpp Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
activity.hpp Block-Flow: maintain an »Epoch« within the raw allocation Extent 2023-07-09 01:32:27 +02:00
block-flow.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
block-flow.hpp Block-Flow: maintain an »Epoch« within the raw allocation Extent 2023-07-09 01:32:27 +02:00
engine-config.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
engine-config.hpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
job.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
job.h Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
nop-job-functor.hpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
scheduler-commutator.hpp Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
scheduler-diagnostics.hpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
scheduler-frontend.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
scheduler-frontend.hpp Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
scheduler-invocation.hpp Block-Flow: consider data storage for render activities 2023-07-06 16:35:42 +02:00
scheduler.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
scheduler.hpp Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
work-force.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
work-force.hpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00