VirtualBox

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


Ignore:
Timestamp:
Oct 3, 2024 2:42:55 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164996
Message:

VMM/IEM: Some machinery for saving threaded TBs and a program for loading them and running them thru the native recompiler. The program be used for profiling or to check the effect of code changes. bugref:10720

File:
1 edited

Legend:

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

    r106192 r106212  
    10891089                      RT_BIT_Z(pVCpu->iem.s.cTlbTraceEntriesShift) * sizeof(*pVCpu->iem.s.paTlbTraceEntries));
    10901090    }
     1091#endif
     1092#if defined(VBOX_WITH_IEM_NATIVE_RECOMPILER) && defined(VBOX_WITH_SAVE_THREADED_TBS_FOR_PROFILING)
     1093    for (VMCPUID idCpu = 0; idCpu < pVM->cCpus; idCpu++)
     1094        iemThreadedSaveTbForProfilingCleanup(pVM->apCpusR3[idCpu]);
    10911095#endif
    10921096    return VINF_SUCCESS;
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