Add "large entry points map" setting

To aid in debugging, this makes it possible to disable the recently
added 32/64 GiB region which hasn't had a proper name so far.
This commit is contained in:
JosJuice
2023-12-10 20:50:58 +01:00
parent db1620db42
commit c55f21729f
8 changed files with 26 additions and 3 deletions

View File

@ -265,6 +265,7 @@ private:
QAction* m_jit_disable_cache;
QAction* m_jit_disable_fastmem;
QAction* m_jit_disable_fastmem_arena;
QAction* m_jit_disable_large_entry_points_map;
QAction* m_jit_clear_cache;
QAction* m_jit_log_coverage;
QAction* m_jit_search_instruction;