ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/configure.in
(Generate patch)

Comparing SheepShaver/src/Unix/configure.in (file contents):
Revision 1.24 by gbeauche, 2004-05-09T17:44:17Z vs.
Revision 1.25 by gbeauche, 2004-06-22T22:41:44Z

# Line 642 | Line 642 | dnl Can we do Video on SEGV Signals ?
642   CAN_VOSF=no
643   if [[ -n "$sigsegv_recovery" ]]; then
644    CAN_VOSF=yes
645 +  case $target_os in
646 +  darwin*)
647 +    dnl Signal handlers in darwin are way too slow since the whole
648 +    dnl machine state (GPRs, FPRs, VRs) is forcibly saved.
649 +    dnl In other words, VOSF is slower than static window refreshes.
650 +    CAN_VOSF=no
651 +    ;;
652 +  esac
653   fi
654  
655   dnl Enable VOSF screen updates with this feature is requested and feasible

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines