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 ct code generator #526

Open
LuisPH3 opened this issue Jun 11, 2024 · 0 comments
Open

Improve ct code generator #526

LuisPH3 opened this issue Jun 11, 2024 · 0 comments

Comments

@LuisPH3
Copy link
Contributor

LuisPH3 commented Jun 11, 2024

Current code generator cannot deal with the following:

  • Overlap from instructions with a location and variables bound to an instruction. They could be solved to the same location, but code generation requires allocation of code for 2 instructions.
  • Aliasing of variable bound instructions, two variables could be defined bound to the same instruction, and they could be solved to the same code location, but the solver seems to require two independent locations.
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

No branches or pull requests

1 participant