VirtualBox

Changeset 104064 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Mar 26, 2024 2:53:59 PM (10 months ago)
Author:
vboxsync
Message:

VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done at configurable. bugref:10370

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp

    r103852 r104064  
    657657                    pTb->cUsed++;
    658658#ifdef VBOX_WITH_IEM_NATIVE_RECOMPILER
    659                     if ((pTb->fFlags & IEMTB_F_TYPE_NATIVE) || pTb->cUsed != 16)
     659                    if ((pTb->fFlags & IEMTB_F_TYPE_NATIVE) || pTb->cUsed != pVCpu->iem.s.uTbNativeRecompileAtUsedCount)
    660660                    {
    661661                        Log10(("TB lookup: fFlags=%#x GCPhysPc=%RGp idxHash=%#x: %p (@ %d / %d)\n",
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