Changeset 104148 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 4, 2024 1:24:06 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompilerTlbLookup.h
r104147 r104148 83 83 * Use LDP and STDP to reduce number of instructions accessing memory at the 84 84 * cost of using more registers. This will typically reduce the number of 85 * instructions emitted as well. */ 86 //# define IEMNATIVE_WITH_TLB_LOOKUP_LOAD_STORE_PAIR 85 * instructions emitted as well. 86 * @todo Profile this and ensure that it performs the same or better. 87 */ 88 # define IEMNATIVE_WITH_TLB_LOOKUP_LOAD_STORE_PAIR 87 89 # ifdef IEMNATIVE_WITH_TLB_LOOKUP_LOAD_STORE_PAIR 88 90 uint8_t const idxReg4;
Note:
See TracChangeset
for help on using the changeset viewer.