Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x86jit: Improve memory breakpoint speed #18226

Merged
merged 4 commits into from
Sep 24, 2023

Conversation

unknownbrackets
Copy link
Collaborator

This improves the performance of memory breakpoints and memory validation checks.

Now, with safe memory on or breakpoints configured, IR x86jit normally still outperforms the old jit. Note though that safe memory operates a bit differently, so the old jit's safe memory is easier to debug. But memory breakpoints work well.

Also does the same for arm64jit. They work there too.

-[Unknown]

@unknownbrackets unknownbrackets added arm64jit Occurs with JIT on 64-bit ARM devices, but not another CPU backend. x86jit x86/x64 JIT bugs labels Sep 24, 2023
@hrydgard hrydgard merged commit 06a1f0b into hrydgard:master Sep 24, 2023
18 checks passed
@hrydgard hrydgard added this to the v1.16.4 milestone Sep 24, 2023
@unknownbrackets unknownbrackets deleted the x86-ir-breakpoints branch September 24, 2023 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm64jit Occurs with JIT on 64-bit ARM devices, but not another CPU backend. x86jit x86/x64 JIT bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants