VirtualBox

Changeset 54999 in vbox for trunk/include/VBox/vmm/cpumctx.h


Ignore:
Timestamp:
Mar 29, 2015 3:04:02 PM (10 years ago)
Author:
vboxsync
Message:

Moved the XState to the end of the CPUMCTX structure, reducing the size of the three VMM modules by ~8KB in a win.amd6/debug build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpumctx.h

    r54898 r54999  
    247247typedef struct CPUMCTX
    248248{
    249     /** FPU state. (16-byte alignment)
    250      * @todo This doesn't have to be in X86FXSTATE on CPUs without fxsr - we need a type for the
    251      *       actual format or convert it (waste of time).  */
    252     X86XSAVEAREA        XState;
    253 
    254249    /** CPUMCTXCORE Part.
    255250     * @{ */
     
    406401    /** Size padding. */
    407402    uint32_t        au32SizePadding[6];
     403
     404    /** FPU state. (16-byte alignment)
     405     * @todo This doesn't have to be in X86FXSTATE on CPUs without fxsr - we need a type for the
     406     *       actual format or convert it (waste of time).  */
     407    X86XSAVEAREA        XState;
    408408} CPUMCTX;
    409409#pragma pack()
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