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

root->args[i] isn't a CallNode sometimes #5623

Merged
merged 1 commit into from
May 20, 2020

Commits on May 19, 2020

  1. [BYOC][MergeComposite] if root->args[i] isn't a CallNode, then Donwca…

    …st<Call> will check fail
    
    we needn't execute L131 "call_map->Set(arg, new_arg)", because when arg
    is CallNode and root->args[i] is not CallNode, new_arg will be a null
    pointer. There is no point in caching null pointer.
    
    Signed-off-by: windclarion <windclarion@gmail.com>
    windclarion authored and Taikang Hu committed May 19, 2020
    Configuration menu
    Copy the full SHA
    e507788 View commit details
    Browse the repository at this point in the history