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

Correct the logic of dataflow framework. #3414

Merged
merged 6 commits into from
Jul 23, 2020

Commits on Jul 1, 2020

  1. BackwardAnalysis:

    1. Add exception block's predecessor exception block to inputs (fix null pointer exception).
    2. When running runAnalysisFor() with an exception block, pass a copied transfer input to callTransferFunction().
    
    ForwardAnalysis:
    1. When running runAnalysisFor() with an exception block, pass a copied transfer input to callTransferFunction().
    xingweitian committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    7a2bcda View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Pull the latest code.

    xingweitian committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    9e5b4ec View commit details
    Browse the repository at this point in the history
  2. Add test case.

    xingweitian committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    56bbfdc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    d800dd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    abd3dc6 View commit details
    Browse the repository at this point in the history
  2. Tweaks.

    xingweitian committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    d468102 View commit details
    Browse the repository at this point in the history