Skip to content

1.2.4 - Lawn mower

Compare
Choose a tag to compare
@cargaji cargaji released this 15 Sep 14:16
· 197 commits to develop since this release
21944ff

This initial release supports the following system dependence graphs (SDGs):

  • SDG: interprocedural slicing with expressions, loops and conditionals.
  • Augmented SDG (ASDG): adds support for unconditional jumps (break, continue, return) and switch statements.
  • Pseudo-predicate SDG (PSDG): supports the same instructions as the ASDG, but obtains smaller slices.
  • Exception sensitive SDG (ESSDG): adds support for exception handling structures (throws, try, catch) and exception throwing instructions (throw).

You can select the type of graph you want with the --type option.