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 edge kind for access to non-explicit partitioned bindings #57009

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

Keno
Copy link
Member

@Keno Keno commented Jan 9, 2025

Our binding partion invalidation code scans the original source for any GlobalRefs that need to be invalidated. However, this is not the only source of access to binding partitions. Various intrinsics (in particular the *global ones) also operate on bindings. Since these are not manifest in the source, we instead use the existing edges mechanism to give them forward edges.

This PR only includes the basic info type, and validation in the replacement case. There's a bit more work to do there, but I'm waiting on #56499 for that part, precompilation in particular.

Our binding partion invalidation code scans the original source
for any GlobalRefs that need to be invalidated. However, this
is not the only source of access to binding partitions. Various
intrinsics (in particular the `*global` ones) also operate on
bindings. Since these are not manifest in the source, we instead
use the existing `edges` mechanism to give them forward edges.

This PR only includes the basic info type, and validation in the
replacement case. There's a bit more work to do there, but I'm
waiting on #56499 for that part, precompilation in particular.
@Keno Keno force-pushed the kf/implicitedges branch from 42080a8 to 6448ad8 Compare January 10, 2025 01:10
@Keno
Copy link
Member Author

Keno commented Jan 10, 2025

I'm gonna merge this since it passes CI and has some bug fixes for this code that are causing trouble on CI (#57007). It's not super useful without the extra post-#56499 work, but at least the bug fixes can go in.

@Keno Keno merged commit 9211a93 into master Jan 10, 2025
7 checks passed
@Keno Keno deleted the kf/implicitedges branch January 10, 2025 17:44
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

Successfully merging this pull request may close these issues.

1 participant