# | Line 687 | Line 687 | dnl Can we do Video on SEGV Signals ? | |
---|---|---|
687 | CAN_VOSF=no | |
688 | if [[ -n "$sigsegv_recovery" ]]; then | |
689 | CAN_VOSF=yes | |
690 | – | case $target_os in |
691 | – | darwin*) |
692 | – | dnl Signal handlers in darwin are way too slow since the whole |
693 | – | dnl machine state (GPRs, FPRs, VRs) is forcibly saved. |
694 | – | dnl In other words, VOSF is slower than static window refreshes. |
695 | – | CAN_VOSF=no |
696 | – | ;; |
697 | – | esac |
690 | fi | |
691 | ||
692 | dnl Enable VOSF screen updates with this feature is requested and feasible |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |