Giter Club home page Giter Club logo

munta's People

Contributors

lammich avatar larsrh avatar wimmers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

munta's Issues

Support for CALL & RETURN

CALL & RETURN are not supported at the moment because we do not have a clue of where they will continue the program execution. Reasons:

  • The current program reachability analysis does not take into account stack content.
  • Renumbering of program locations means that the arguments for CALL and RETURN would have to be renumbered, too. However the arguments are on the stack, so this is hard.

Improved analysis of guaranteed execution

To correctly analyze local clock ceilings, we need to identify the set of clocks that are always reset on a certain edge. The current program analysis for this property is very restrictive. We should improve it by analyzing conditional branches.

Sharing between passed and wait list

To improve memory consumption, symbolic states can be shared between the passed & wait list.
This requires a low-level verification of the corresponding data structure.

Support for broadcast edges

Broadcast edges are a very helpful modeling feature for Timed Automata.
Thus, we should add support for them in Munta by incorporating them into the semantics and the product construction.

Support for STORE

The UPPAAL bytecode seems to support a STORE instruction, which puts a value into a register but specifies both arguments on the stack.
This is problematic because it interferes with the current approach to rename registers to a fixed range. To support this instruction, we would need to explicitly add this renumbering to the semantics.

Support for ADD & friends

Instructions that could get stuck in case there are not enough elements on the stack are not supported at the moment.
In principle, this should not be a problem since we can assume that runs do not get stuck for the relevant preconditions that we need to guarantee.

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.