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

Disambiguate invalidation types in jl_insert_method_instance #46569

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

timholy
Copy link
Sponsor Member

@timholy timholy commented Aug 31, 2022

SnoopCompile parses the invalidation log to construct a causal chain
for each invalidation. It turns out to be necessary to disambiguate
invalidation of callers from invalidation of the primary trigger
in jl_insert_method_instance.

This is a follow-on to #46010

SnoopCompile parses the invalidation log to construct a causal chain
for each invalidation. It turns out to be necessary to disambiguate
invalidation of callers from invalidation of the primary trigger
in jl_insert_method_instance.
@vtjnash
Copy link
Sponsor Member

vtjnash commented Aug 31, 2022

lgtm

@aviatesk aviatesk merged commit cb0721b into master Sep 1, 2022
@aviatesk aviatesk deleted the teh/better_invalidation_logging branch September 1, 2022 04:00
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.

3 participants