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

x64Emitter: Pass some OpArg parameters by const reference. #2481

Merged
merged 4 commits into from May 31, 2015

Conversation

lioncash
Copy link
Member

Considering OpArg is a struct, passing by value isn't necessary in some emitter functions.

The emitter is already within the Gen namespace, so this isn't necessary.
Considering OpArg is a struct, passing by value creates unnecessary copies.
@phire
Copy link
Member

phire commented May 29, 2015

LGTM

@Tilka
Copy link
Member

Tilka commented May 31, 2015

lgtm

Tilka added a commit that referenced this pull request May 31, 2015
x64Emitter: Pass some OpArg parameters by const reference.
@Tilka Tilka merged commit 43ed19a into dolphin-emu:master May 31, 2015
@lioncash lioncash deleted the reference branch May 31, 2015 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants