VirtualBox

Changeset 103828 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Mar 13, 2024 2:01:20 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162198
Message:

VMM/IEM: Implemented simple (whole sale) status flag up update skipping for arithmetic operations with native emitter. bugref:10375

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/IEMR3.cpp

    r103739 r103828  
    462462                        "Times liveness info helped finding the return register in iemNativeRegAllocFindFree.",
    463463                        "/IEM/CPU%u/re/NativeRegFindFreeLivenessHelped", idCpu);
     464
     465        STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeEflArithmeticSkipped,      STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
     466                        "Skipped all status flag updating, arithmetic instruction",
     467                        "/IEM/CPU%u/re/NativeEFlagsArithmeticSkipped", idCpu);
    464468
    465469        STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeLivenessEflCfSkippable,    STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Skippable EFLAGS.CF updating",       "/IEM/CPU%u/re/NativeLivenessEFlagsCfSkippable", idCpu);
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