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
Summary:
Previously we deduplicated entire 'BackendDelegate' blobs using the
preprocessed blob. If two BackendDelegate fields have different id or
compile specs, it would be disregarded.
This diff:
1. Only deduplicates the preprocessed blob. BackendDelegate retains its
own compile specs, etc.
2. Removes the per-method 'delegate_cache', as we have a program-wide
delegate cache.
3. Adds a test to confirm we have one delegate segment but two
BackendDelegate references pointing at it.
Differential Revision: D83162107
Co-authored-by: lucylq <[email protected]>
Co-authored-by: Gregory Comer <[email protected]>
0 commit comments