Changeset 72658 in vbox
- Timestamp:
- Jun 22, 2018 11:16:33 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r72657 r72658 185 185 186 186 pVM->aCpus[i].em.s.cHistoryExecMaxInstructions = 8192; 187 pVM->aCpus[i].em.s.cHistoryProbeMinInstructions = 48;187 pVM->aCpus[i].em.s.cHistoryProbeMinInstructions = 75; 188 188 pVM->aCpus[i].em.s.cHistoryProbeMaxInstructionsWithoutExit = 24; 189 189 #ifdef RT_OS_WINDOWS … … 191 191 { 192 192 pVM->aCpus[i].em.s.cHistoryProbeMaxInstructionsWithoutExit = 32; 193 pVM->aCpus[i].em.s.cHistoryProbeMinInstructions = 64;193 pVM->aCpus[i].em.s.cHistoryProbeMinInstructions = 99; 194 194 } 195 195 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

