VirtualBox

Ignore:
Timestamp:
Oct 3, 2024 2:42:55 AM (4 months ago)
Author:
vboxsync
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/testcase/Makefile.kmk

    r106061 r106212  
    8383        tstSSM
    8484  PROGRAMS.amd64 += tstIEMAImplAsm
     85  if defined(VBOX_WITH_IEM_NATIVE_RECOMPILER) && defined(VBOX_WITH_IEM_RECOMPILER)
     86   PROGRAMS += tstIEMN8veProfiling
     87  endif
    8588
    8689  if1of ($(KBUILD_TARGET_ARCH), amd64 x86)
     
    709712
    710713#
     714# Testcase for profiling the native recompiler.
     715#
     716tstIEMN8veProfiling_TEMPLATE := VBoxR3Exe
     717tstIEMN8veProfiling_DEFS      = $(VMM_COMMON_DEFS)
     718tstIEMN8veProfiling_SOURCES  := tstIEMN8veProfiling.cpp
     719tstIEMN8veProfiling_LIBS      = $(LIB_VMM) $(LIB_RUNTIME)
     720
     721#
    711722# Saved state manager testcase.
    712723#
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