Giter Club home page Giter Club logo

domains's Issues

Support assertions

Add assertions about the current state in the tr language. This could provide an opportunity for static analysis to emit warnings when if an assertion might or will fail.

Support conditions in loop/alternative as an extension

If loops/alternatives could have condition expressions based on the state, it would be possible to demonstrate how narrowing works, and we could eliminate paths based on the analysis state. Moreover, it would be possible to experiment with path sensitive analysis and symbolic execution.

More elaborate command line option handling

  • The driver should be able to print more detailed diagnostics about the individual options.
  • We should automate some of the boilerplate adding a new option or use a library.
  • We should have bash autocompletion for options.
  • We should have abbreviations for the command line flags.

Add fixed-point iteration that works on the edges instead of the nodes

Imagine the following scenario in constant propagation:

B1   B2
  \   /
   B3

State:

  B1:  u: 1, v: 2 
  B2:  v: 1 u: 2

With the flat constant propagation lattice, after merging the state for B1 and B2 we would get u: Top, v: Top. But in case B3 is u + v, we could execute the transfer function both for the state in B1 and in B2, and merge after the transfer functions are executed.

Overall, we will execute the transfer functions more often, but will end up having better precision.

Introduce regression tests

Use lit test or a similar framework to also test the driver as it starts to accumulate non-trivial amount of code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.