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

Improve performance of the register allocator #85

Closed
Sonicadvance1 opened this issue Apr 6, 2020 · 1 comment
Closed

Improve performance of the register allocator #85

Sonicadvance1 opened this issue Apr 6, 2020 · 1 comment
Assignees
Milestone

Comments

@Sonicadvance1
Copy link
Member

The register allocator becomes a fairly large time sink in large functions.
This needs to be improved quite substantially.
Additionally the cmpxchg instruction is going to add a paired register class which will add register class interference testing, which could drive up CPU usage more.

@skmp
Copy link
Contributor

skmp commented Aug 11, 2022

Closing in favor of #1910

@skmp skmp closed this as completed Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants