You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: