[dynarmic] add safe-opt to skip IR verification #2613
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "liz-safe-opt-skip-verif"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most programs are well behaved and don't cause internal IR issues. Hence, verification can be safely skipped.
Signed-off-by: lizzie lizzie@eden-emu.dev
e8e6351d5c
to8e0fdff833
8e0fdff833
to071d9bd199
071d9bd199
to2bc62e5e9c
2bc62e5e9c
to14d3578b5b
Is there any way to actually change the DisableVerification flag?
@crueter wrote in #2613 (comment):
No UI for it at the moment.
HOWEVER, verification pass triggering an assert is so extremely rare that I'd just say it's impossible to trigger at all.