VirtualBox

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


Ignore:
Timestamp:
Jun 28, 2024 6:35:41 PM (7 months ago)
Author:
vboxsync
Message:

VMM/IEM: Increased the TLB size from 256 to 1024 entries. bugref:10687

File:
1 edited

Legend:

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

    r105072 r105076  
    529529 * from a 8-bit register without an additional AND instruction.
    530530 * See also @bugref{10687}. */
    531 #define IEMTLB_ENTRY_COUNT                      256
    532 #define IEMTLB_ENTRY_COUNT_AS_POWER_OF_TWO      8
     531#define IEMTLB_ENTRY_COUNT                      1024
     532#define IEMTLB_ENTRY_COUNT_AS_POWER_OF_TWO      10
    533533AssertCompile(RT_BIT_32(IEMTLB_ENTRY_COUNT_AS_POWER_OF_TWO) == IEMTLB_ENTRY_COUNT);
    534534
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