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

[Feature] Register assignment/allocation: need a real implementation #33

Open
markoshorro opened this issue Nov 1, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@markoshorro
Copy link
Member

Description of the problem or scenario potentially improvable:
Currently the implementation of the register allocation is inexistent: there is only a set of maps/sets keeping track of the variables within the VectorIR. This is not good implementation.

Description of the solution

There must be, at least, one pass or stage of the algorithm keeping track of this.

Side effects or any other known issues caused by this feature:

The number of variables could be highly optimized, generating more compact and readable code.

@markoshorro markoshorro added the enhancement New feature or request label Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant