VirtualBox

Changeset 104362 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Apr 18, 2024 3:29:48 PM (10 months ago)
Author:
vboxsync
Message:

VMM/IEM: Don't unroll loops in TBs. bugref:10653

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r104361 r104362  
    19091909    /** Statistics: Times a jump or page crossing required a TB with CS.LIM checking. */
    19101910    STAMCOUNTER             StatCheckNeedCsLimChecking;
     1911    /** Statistics: Times a loop was detected within a TB.. */
     1912    STAMCOUNTER             StatTbLoopInTbDetected;
    19111913    /** Exec memory allocator statistics: Number of times allocaintg executable memory failed. */
    19121914    STAMCOUNTER             StatNativeExecMemInstrBufAllocFailed;
     
    20692071    STAMCOUNTER             StatNativeTbExitObsoleteTb;
    20702072
    2071     uint64_t                au64Padding[5];
     2073    uint64_t                au64Padding[4];
    20722074    /** @} */
    20732075
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