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

JITs: add a macro for easy interpreter fallback #490

Merged
merged 3 commits into from Jun 19, 2014

Conversation

Tilka
Copy link
Member

@Tilka Tilka commented Jun 13, 2014

Only for Jit64 for now.

if (Core::g_CoreStartupParameter.bJITOff || \
Core::g_CoreStartupParameter.setting) \
{ FallBackToInterpreter(inst); return; }
#define FALLBACK(cond) \

This comment was marked as off-topic.

This comment was marked as off-topic.

@Tilka
Copy link
Member Author

Tilka commented Jun 14, 2014

Renamed FALLBACK -> FALLBACK_IF, all jittles now, also FALLBACK_IF(true).

@Tilka
Copy link
Member Author

Tilka commented Jun 14, 2014

Made ; mandatory after FALLBACK_IF() and JITDISABLE().

@Tilka Tilka changed the title [RFC] Jit64: add a macro for easy interpreter fallback JITs: add a macro for easy interpreter fallback Jun 14, 2014
@delroth
Copy link
Member

delroth commented Jun 14, 2014

@dolphin-emu-bot rebuild (I want to test something on the Buildbot :p)

Otherwise, LGTM.

neobrain added a commit that referenced this pull request Jun 19, 2014
JITs: add a macro for easy interpreter fallback
@neobrain neobrain merged commit 215551c into dolphin-emu:master Jun 19, 2014
@Tilka Tilka deleted the fallback_macro branch June 19, 2014 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants