Re: [Ada] RTEMS: use hardware interrupts instead of signals for interrupt handling

2021-11-26 Thread Sebastian Huber
Hello Pierre-Marie, On 11/10/2021 15:39, Pierre-Marie de Rodat via Gcc-patches wrote: RTEMS supports attaching interrupt handlers to hardware interrupt vectors, which is superior to the current approach of attaching handlers to signals. Direct attachment of handlers removes the execution

[Ada] RTEMS: use hardware interrupts instead of signals for interrupt handling

2021-10-11 Thread Pierre-Marie de Rodat via Gcc-patches
RTEMS supports attaching interrupt handlers to hardware interrupt vectors, which is superior to the current approach of attaching handlers to signals. Direct attachment of handlers removes the execution overhead of converting hardware interrupts to signals and their subsequent propagation to the