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

Factor out active ip tracking from inference loop #44603

Merged
merged 1 commit into from
Mar 15, 2022
Merged

Factor out active ip tracking from inference loop #44603

merged 1 commit into from
Mar 15, 2022

Conversation

Keno
Copy link
Member

@Keno Keno commented Mar 13, 2022

In preparation for using the same structure elsewhere.
Inference order should be exactly the same, modulo one very rare
corner case involving inference loops (where the new order is arguably
better). Retains the fast path of the previous version when statements
are visited in linear order (and even does slightly better, by avoiding an
unnecessary delete!).

Best reviewed with whitespace ignored.

@Keno Keno merged commit afc5bed into master Mar 15, 2022
@Keno Keno deleted the kf/activeip branch March 15, 2022 21:59
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.

None yet

2 participants