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

i#4134 drbbdup: Use spill slot enum #5294

Merged
merged 2 commits into from
Jan 27, 2022
Merged

Conversation

derekbruening
Copy link
Contributor

Changes hardcoded slot numbers to use the corresponding symbolic enum
value instead.

Re-orders a too-late dead register analysis.

Fixes a typo in the drbbdup docs.

Issue: #4134

Changes hardcoded slot numbers to use the corresponding symbolic enum
value instead.

Re-orders a too-late dead register analysis.

Fixes a typo in the drbbdup docs.

Issue: #4134
@johnfxgalea
Copy link
Contributor

Nit: Maybe change drbbdup_spill_register() and drbbdup_restore_register() to take type drbbdup_thread_slots_t, instead of int, for index passed as param.

@derekbruening
Copy link
Contributor Author

Nit: Maybe change drbbdup_spill_register() and drbbdup_restore_register() to take type drbbdup_thread_slots_t, instead of int, for index passed as param.

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants