VirtualBox

Changeset 102332 in vbox


Ignore:
Timestamp:
Nov 27, 2023 3:57:03 PM (12 months ago)
Author:
vboxsync
Message:

VMM/IEM: Restored the heuristics for when to recompiler to native. bugref:10371

File:
1 edited

Legend:

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

    r102313 r102332  
    655655                    pTb->cUsed++;
    656656#ifdef VBOX_WITH_IEM_NATIVE_RECOMPILER
    657                     if ((pTb->fFlags & IEMTB_F_TYPE_NATIVE) || pTb->cUsed > 2)
     657                    if ((pTb->fFlags & IEMTB_F_TYPE_NATIVE) || pTb->cUsed != 16)
    658658                        return pTb;
    659659                    return iemNativeRecompile(pVCpu, pTb);
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