Commit 7a325bed authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

don't save signal mask when using setjmp/longjmp

We never alter the signal mask, so it's an unnecessary overhead to save and
restore it when using a jmp_buf. This should speed up the verifier when using
assumptions and/or reporting multiple errors. This only occurred to me when
reading Dmitry Vyukov's blog, 1024 Cores.
parent 5aa84ec3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment