Skip to content
Snippets Groups Projects
Commit 0421f787 authored by Henrik Gramner's avatar Henrik Gramner
Browse files

checkasm: Speed up signal handling

Enabling/disabling signal handlers is very slow and requires a syscall.

A better approach is to keep the signal handlers enabled all the time,
and use a simple flag variable to determine if a given signal should
be handled or passed on to the default signal handler.
parent fa68b036
Branches master
No related tags found
No related merge requests found
Pipeline #235554 passed with stages
in 7 minutes and 25 seconds