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.28 by gbeauche, 2004-06-24T16:32:12Z vs.
Revision 1.29 by gbeauche, 2004-06-26T15:26:17Z

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines