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
Loading
Pipeline #235554 passed with stages
in 7 minutes and 25 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment