VirtualBox

Changeset 72658 in vbox


Ignore:
Timestamp:
Jun 22, 2018 11:16:33 AM (6 years ago)
Author:
vboxsync
Message:

EM: Some tuning for w2ksp4 on SVM. bugref:9198

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r72657 r72658  
    185185
    186186        pVM->aCpus[i].em.s.cHistoryExecMaxInstructions               = 8192;
    187         pVM->aCpus[i].em.s.cHistoryProbeMinInstructions              = 48;
     187        pVM->aCpus[i].em.s.cHistoryProbeMinInstructions              = 75;
    188188        pVM->aCpus[i].em.s.cHistoryProbeMaxInstructionsWithoutExit   = 24;
    189189#ifdef RT_OS_WINDOWS
     
    191191        {
    192192            pVM->aCpus[i].em.s.cHistoryProbeMaxInstructionsWithoutExit = 32;
    193             pVM->aCpus[i].em.s.cHistoryProbeMinInstructions            = 64;
     193            pVM->aCpus[i].em.s.cHistoryProbeMinInstructions            = 99;
    194194        }
    195195#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette