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

Deglobalize Interpreter #11671

Merged
merged 10 commits into from Mar 20, 2023
Merged

Conversation

AdmiralCurtiss
Copy link
Contributor

Design notes: The static instruction functions remain static because the JIT (cached interpreter) calls into them, and getting pointers to member functions to call is apparently impossible in C++? Doesn't make much difference though, every one of them just gets a reference to the running Interpreter instance instead.

That aside, this is surprisingly straightforward, just a lot of PowerPC::ppcState -> m_ppc_state...

@lioncash lioncash merged commit 9807961 into dolphin-emu:master Mar 20, 2023
14 checks passed
@AdmiralCurtiss AdmiralCurtiss deleted the deglobal-interpreter branch March 20, 2023 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants