Skip to content

follow up #137, remove duplicated non-constant callsites #139

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

Merged
merged 1 commit into from
Apr 2, 2021

Conversation

aviatesk
Copy link
Member

@aviatesk aviatesk commented Mar 14, 2021

I think this is the proper update to JuliaLang/julia#39305.
We can use ConstPropCallInfo only for the successful constant-prop'ed
result and just keep using the usual MICallInfo for successful one,
because each of ConstCallInfo.results should correspond to each
callsite obtained from ConstCallInfo.call::Union{MethodMatchInfo,UnionSplitInfo}.

Basic tests are also added.

… callsites

I think this is the proper update to 
JuliaLang/julia#39305.
We can use `ConstPropCallInfo` only for the successful constant-prop'ed
result and just keep using the usual `MICallInfo` for successful one,
because each of `ConstCallInfo.results` should correspond to each 
callsite
obtained from 
`ConstCallInfo.call::Union{MethodMatchInfo,UnionSplitInfo}`.

Basic tests are also added.
@aviatesk aviatesk changed the title follow up #137, remove duplicated non-constant and constant callsites follow up #137, remove duplicated non-constant callsites Mar 14, 2021
@aviatesk aviatesk merged commit cd90f43 into JuliaDebug:master Apr 2, 2021
@aviatesk aviatesk deleted the follow137 branch April 2, 2021 04:17
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