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

LookupCache: Track ARM64EC page state in the code cache #3559

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

bylaws
Copy link
Collaborator

@bylaws bylaws commented Apr 6, 2024

Rather than checking the actual EC bitmap in the dispatcher (~6 instrs), this indirection through the code cache allows just 1 instr for the hot path of calling repeated EC code/x64 code.

Rather than checking the actual EC bitmap in the dispatcher (~6 instrs), this
indirection through the code cache allows just 1 instr for the hot path
of calling repeated EC code/x64 code.
@Sonicadvance1 Sonicadvance1 merged commit f0dad86 into FEX-Emu:main Apr 9, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants