Changeset 41774 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 16, 2012 2:44:06 PM (13 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r41692 r41774 107 107 */ 108 108 # ifdef IN_RING0 109 /* Chose 32 based on the compile test in #4219; 64 shows worse stats.109 /* Chose 32 based on the compile test in @bugref{4219}; 64 shows worse stats. 110 110 * 32 again shows better results than 16; slightly more overhead in the \#PF handler, 111 111 * but ~5% fewer faults. -
trunk/src/VBox/VMM/include/REMInternal.h
r37702 r41774 43 43 /** @def REM_MONITOR_CODE_PAGES 44 44 * Enable to monitor code pages that have been translated by the recompiler. */ 45 /** Currently broken and interferes with CSAM monitoring (see #2784) */45 /** Currently broken and interferes with CSAM monitoring (see @bugref{2784}) */ 46 46 ////#define REM_MONITOR_CODE_PAGES 47 47 #ifdef DOXYGEN_RUNNING
Note:
See TracChangeset
for help on using the changeset viewer.