-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Midnight Club 3 - JIT cache getting cleared repeatedly #17290
Comments
Actually this is caused by rewind snapshots, we must be doing something bad. |
This doesn't look right:
-[Unknown] |
Ah, we had already fixed that on x86 it seems, assuming this is right:
|
I guess that was only fixed in 718cb9e. -[Unknown] |
Yup, oversight by me. |
Maybe should create a jitcommon base class, instead of just having those pure interfaces - this function can be the same in all of them. But I don't think I wanna do that right now, so I'll just submit a PR that fixes them all individually. |
About every four secondsWhen a rewind snapshot is taken and rounding modes are used, the jit cache gets cleared. Looking at the log, it looks really silly:The text was updated successfully, but these errors were encountered: