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

Rename the JIT function Default() to FallBackToInterpreter(). Communicates intent way better in terms of telling the reader what's going on. #122

Merged
merged 1 commit into from
Mar 5, 2014

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Mar 2, 2014

Also did some minor cleanup in functions that used Default (though this is almost purely whitespace)

  • Windows (Builds)
  • OSX (Builds)
  • Linux (Builds)
  • Android (Builds)

@delroth
Copy link
Member

delroth commented Mar 2, 2014

Not fan of the name, I personally think "FallbackToInterpreter" would be better (verb instead of noun).

@lioncash
Copy link
Member Author

lioncash commented Mar 3, 2014

Changed it

…cates intent way better in terms of telling the reader what's going on.

Also did some minor cleanup in functions that used Default.
@Sonicadvance1
Copy link
Contributor

LGTM

1 similar comment
@Parlane
Copy link
Member

Parlane commented Mar 3, 2014

LGTM

@delroth
Copy link
Member

delroth commented Mar 3, 2014

Post a buildbot-try result and I'll merge this.

@lioncash
Copy link
Member Author

lioncash commented Mar 4, 2014

Can't run a try, get a string too long error.

If the buildbot server config still has the Twisted string limit at 640KB (it's default), I'd consider raising this to like 10 megs or some arbitrary large number of your choosing. 640KB will get blown over easily when throwing diffs around.

That, or we could try getting a CI like Travis or whatever up and running since it integrates with Github well and just automatically tests pull requests on the fly as they're made.

@lioncash
Copy link
Member Author

lioncash commented Mar 5, 2014

Alright, buildbot try succeeded, can be merged.

Parlane added a commit that referenced this pull request Mar 5, 2014
Rename the JIT function Default() to FallBackToInterpreter(). Communicates intent way better in terms of telling the reader what's going on.
@Parlane Parlane merged commit e5b250f into dolphin-emu:master Mar 5, 2014
@lioncash lioncash deleted the rename-default branch March 5, 2014 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants