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

Add a CFG/CG normalization pass #7

Open
patacca opened this issue Jun 20, 2023 · 0 comments
Open

Add a CFG/CG normalization pass #7

patacca opened this issue Jun 20, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed low Low priority

Comments

@patacca
Copy link
Collaborator

patacca commented Jun 20, 2023

Possible ideas:

  • Better handling of thunk functions (can safely be removed in the normalization pass)
  • Sometimes there might be some code duplication. When function A jump to function B sometimes the whole code of function B is copied within function A instead of considering the jump like a function call
@patacca patacca added enhancement New feature or request low Low priority help wanted Extra attention is needed labels Jun 20, 2023
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 low Low priority
Projects
None yet
Development

No branches or pull requests

1 participant