VirtualBox

Changeset 62015 in vbox for trunk/include


Ignore:
Timestamp:
Jul 4, 2016 7:58:28 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108473
Message:

IEM: Switched from using IEMCPU directly to using with via VMCPU. This saves 4-5 KB in 64-bit mode (~1.2%), but the 32-bit code is larger (suspecting because we lost a few some 8-bit displacements).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/types.h

    r60404 r62015  
    8686/** Pointer to a virtual CPU structure. */
    8787typedef struct VMCPU *              PVMCPU;
     88/** Pointer to a const virtual CPU structure. */
     89typedef const struct VMCPU *        PCVMCPU;
    8890/** Pointer to a virtual CPU structure - Ring-3 Ptr. */
    8991typedef R3PTRTYPE(struct VMCPU *)   PVMCPUR3;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette