Changeset 41783 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jun 16, 2012 7:24:15 PM (13 years ago)
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/memcache.cpp
r34507 r41783 226 226 * avoid some reads - no change. Inserting pause instructions did nothing 227 227 * (as expected). The only thing which seems to make a difference is 228 * reading the pFreeTop pointer twice in the the free code... This is weird229 * o r I'm overlooking something..228 * reading the pFreeTop pointer twice in the free code... This is weird or I'm 229 * overlooking something.. 230 230 * 231 231 * No time to figure it out, so I'm disabling the broken code paths for -
trunk/src/VBox/Runtime/common/dbg/dbgmodnm.cpp
r41493 r41783 223 223 * This is really what C was made for, string parsing. 224 224 */ 225 /* The thesymbol value (address). */225 /* The symbol value (address). */ 226 226 uint64_t u64Addr; 227 227 char *psz;
Note:
See TracChangeset
for help on using the changeset viewer.