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
We should decouple the alias mechanism from pass names. An alias should also configure compiler options like the sharing thresholds. This will let us define things like “-opt-size” which configures the pass pipeline to reduce the resource usage as aggressively as possible.
This will require some redesign of the pass manager but that is long overdue anyways with other UX issues.
The text was updated successfully, but these errors were encountered:
We should decouple the alias mechanism from pass names. An alias should also configure compiler options like the sharing thresholds. This will let us define things like “-opt-size” which configures the pass pipeline to reduce the resource usage as aggressively as possible.
This will require some redesign of the pass manager but that is long overdue anyways with other UX issues.
The text was updated successfully, but these errors were encountered: