VirtualBox

Ignore:
Timestamp:
Aug 14, 2024 1:57:57 PM (4 months ago)
Author:
vboxsync
Message:

VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. Rewrote the Blt_CheckIrq code, eliminating a conditional. Fixed some TLB related assertions. Moved some IEMCPU members around in hope of better cache-locality. bugref:10656

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py

    r105652 r105673  
    28312831        ( 'DeferToCImpl0',                                      2, True  ),
    28322832        ( 'CheckIrq',                                           0, True  ),
     2833        ( 'CheckTimers',                                        0, True  ),
     2834        ( 'CheckTimersAndIrq',                                  0, True  ),
    28332835        ( 'CheckMode',                                          1, True  ),
    28342836        ( 'CheckHwInstrBps',                                    0, False ),
     
    28582860        ( 'CheckOpcodesOnNewPageLoadingTlb',                    2, True  ),
    28592861        ( 'CheckOpcodesOnNewPageLoadingTlbConsiderCsLim',       2, True  ),
     2862
     2863        ( 'Jump',                                               1, True  ),
    28602864    );
    28612865
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