VirtualBox

Changeset 104802 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 28, 2024 11:44:22 AM (6 months ago)
Author:
vboxsync
Message:

VMM/IEM: Introduce IEMNATIVE_WITH_RECOMPILER_EPILOGUE_SINGLETON as an experiment to unify the epilog for all TBs into single instance, enabling it only for arm64 right bugref:10677 [scm]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMN8veRecompiler.h

    r104798 r104802  
    451451
    452452/** TB exit reasons. */
    453 typedef enum 
     453typedef enum
    454454{
    455455    kIemNativeExitReason_Invalid = 0,
     
    25862586
    25872587#ifdef IEMNATIVE_WITH_RECOMPILER_EPILOGUE_SINGLETON
    2588 /** The common epilog jumped to from a TB. 
     2588/** The common epilog jumped to from a TB.
    25892589 * @note This is not a callable function! */
    25902590extern "C" IEM_DECL_NATIVE_HLP_DEF(int, iemNativeTbEpilog, (void));
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