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

[AArch64] Implement dirty register tracking. #2216

Merged
merged 1 commit into from
Mar 22, 2015

Conversation

Sonicadvance1
Copy link
Contributor

Using BindToRegister from the register caches causes the register bound to be marked dirty.
Using the regular R() function from the register caches loads the registers without being dirty.

When implementing new instructions make sure to BindToRegister registers that become dirty.

Using BindToRegister from the register caches causes the register bound to be marked dirty.
Using the regular R() function from the register caches loads the registers without being dirty.

When implementing new instructions make sure to BindToRegister registers that become dirty.
Sonicadvance1 added a commit that referenced this pull request Mar 22, 2015
[AArch64] Implement dirty register tracking.
@Sonicadvance1 Sonicadvance1 merged commit 5dbfebc into dolphin-emu:master Mar 22, 2015
@Sonicadvance1 Sonicadvance1 deleted the aarch64_dirty_dirty branch March 22, 2015 16:32
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.

1 participant