VirtualBox

Changeset 31834 in vbox for trunk/src/VBox/VMM/PGMInternal.h


Ignore:
Timestamp:
Aug 21, 2010 12:52:39 AM (14 years ago)
Author:
vboxsync
Message:

PGMRZDynMap.cpp: Dropped the PGMMAPSET_MAX_FILL checks and instead make sure we can optimize the better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r31832 r31834  
    18001800/** Hash function for aiHashTable. */
    18011801#define PGMMAPSET_HASH(HCPhys)      (((HCPhys) >> PAGE_SHIFT) & 127)
    1802 
    1803 /** The max fill size (strict builds). */
    1804 #define PGMMAPSET_MAX_FILL          (64U * 80U / 100U)
    18051802
    18061803
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