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

Annotations as alternative to IR extension need reviewing for their ease of use #481

Open
jvansomeren opened this issue May 4, 2023 · 0 comments

Comments

@jvansomeren
Copy link
Collaborator

The IR is static and only extensible by annotations.
Annotations essentially are a map from annotation name to value.
They are used e.g. to represent the ddg.

The interfaces are significantly harder to use than the plain IR accesses.
Need to review this.
Is there an option to make the IR extensible?
Otherwise, we look through the interfaces: is the documentation understandable?
Could the interface be easier?

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