VirtualBox

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


Ignore:
Timestamp:
Mar 26, 2024 2:53:59 PM (11 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/include/IEMInternal.h

    r104059 r104064  
    18251825    /** The virtual sync time at the last timer poll call. */
    18261826    uint32_t                msRecompilerPollNow;
     1827    /** The IEMTB::cUsed value when to attempt native recompilation of a TB. */
     1828    uint32_t                uTbNativeRecompileAtUsedCount;
    18271829    /** The IEM_CIMPL_F_XXX mask for the current instruction. */
    18281830    uint32_t                fTbCurInstr;
    18291831    /** The IEM_CIMPL_F_XXX mask for the previous instruction. */
    18301832    uint32_t                fTbPrevInstr;
    1831     /** Previous GCPhysInstrBuf value - only valid if fTbCrossedPage is set.   */
    1832     RTGCPHYS                GCPhysInstrBufPrev;
    18331833    /** Strict: Tracking skipped EFLAGS calculations.  Any bits set here are
    18341834     *  currently not up to date in EFLAGS. */
    18351835    uint32_t                fSkippingEFlags;
    1836     uint32_t                au32Padding[1];
     1836    /** Previous GCPhysInstrBuf value - only valid if fTbCrossedPage is set.   */
     1837    RTGCPHYS                GCPhysInstrBufPrev;
    18371838    /** Pointer to the ring-3 TB allocator for this EMT. */
    18381839    R3PTRTYPE(PIEMTBALLOCATOR) pTbAllocatorR3;
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