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

invalidate internal code cache anyway when JET hasn't analyzed it yet #58

Merged
merged 6 commits into from
Oct 29, 2020

Commits on Oct 27, 2020

  1. invalidate internal code cache anyway when JET hasn't analyzed it yet

    this will of course slow down analysis peformance, but should give us 
    more correct analysis
    
    it reveals the truth of lots of hidden false positives though ...
    aviatesk committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0756902 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a376dd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. do it right

    aviatesk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2810371 View commit details
    Browse the repository at this point in the history
  2. pass CI for now

    aviatesk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    f8807d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #60 from aviatesk/avi/rightconstantprop

    try to find a right way to throw away false positive reports
    aviatesk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    908921b View commit details
    Browse the repository at this point in the history
  4. misc

    aviatesk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    28f9a7e View commit details
    Browse the repository at this point in the history