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

Implement register renaming #14

Open
howardlau1999 opened this issue Dec 30, 2021 · 0 comments
Open

Implement register renaming #14

howardlau1999 opened this issue Dec 30, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@howardlau1999
Copy link
Owner

howardlau1999 commented Dec 30, 2021

Register renaming is a common feature among modern processors; it can improve throughput by reducing structure hazards.

We need to keep track of the status of physical registers and assign free registers to logical registers when needed.

@howardlau1999 howardlau1999 added enhancement New feature or request help wanted Extra attention is needed labels Dec 30, 2021
@howardlau1999 howardlau1999 self-assigned this Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant