VirtualBox

Changeset 105180 in vbox


Ignore:
Timestamp:
Jul 8, 2024 10:38:39 AM (5 months ago)
Author:
vboxsync
Message:

VMM/IEM: Introduce a small cache of recently freed TBs for immediate consumption by the allocator to reduce the amount of time required in ASMBitFirstClear()/ASMBitNextClear() to scan for freed TBs when allocating a new TB, bugref:10653 [doxygen]

File:
1 edited

Legend:

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

    r105179 r105180  
    14901490     *  See iemTbAllocatorFreeupNativeSpace for details. */
    14911491    uint32_t        iPruneNativeFrom;
    1492     /** Index into IEMTBALLOCATOR::aFreeCache were the next freed TB can be stored
     1492    /** Index into IEMTBALLOCATOR::apTbFreeCache were the next freed TB can be stored
    14931493     * (0 means the cache is empty, 32 the cache is full). */
    14941494    uint32_t        idxTbCacheFree;
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