64-bit recompilers #3608
Merged
64-bit recompilers #3608
Conversation
|
Maybe some commits can be squashed and better named. |
Closed
d54cd36
to
de8b209
|
How's that for squashing? |
|
Yeah it's better, I'd name the commits better but it's fine. |
e5c6e16
to
17b9ca3
It's kind of confusing
Successfully moved off of all of them
Required to build x86-64 correctly
Use VEH instead of SEH on WIN64, as SEH needs us to register all our JIT functions for it
No longer says x86-64 breaks recompilers
Since x86-64 recompilers now work
If the C prototype says int, the compiler might leave garbage in the top half
It's supported now
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
The main piece of #3451
Makes recompilers compatible with x86-64