1. What are the contributions mentioned in the paper "Dynascore: dynamic software controller to increase resource utilization in mixed-critical systems" ?
Kritikakou et al. this paper proposed an approach to increase the resource utilization of mixed-critical systems.
read more
2. What is the compiler optimization flag for the dynamic approach?
During the experiments, the compiler optimization flag is set to -O0, i.e. no optimizations, in order to have a one-to-one translation of the C code to binary code.
read more
3. What is the gain of the proposed dynamic approach?
the proposed dynamic approach decreases the number of the active points and at the same time it places them closer to the point where the suspension of the low criticality tasks must occur, reducing the number of the active points when the deadline is closer to the deadline where all the tasks can be executed in parallel.
read more
4. What is the mechanism used to stop the execution of low criticality tasks?
Upon the first request, the IHR of the master sends an interrupt at each core with low criticality tasks and their IHR prohibits the execution of low criticality tasks, through an active polling mechanism.
read more





