Skip to content
Verified Commit 6809040f authored by Carlos Galindo's avatar Carlos Galindo
Browse files

Improve parameter and global variables handling, and summary

* Migrated `NodeType`s to specific `GraphNode` child classes.
* Revamped creation of SDG
* Added ASDG and PSDG, based on the APDG and PPDG.
* Improved handling of variable usages, definitions and declarations.
* Added movable variable actions, that can be placed in a CFG node and
  then relocated to their own PDG node.
* Added fix-point and specific slicing algorithm to summary arc
  generation.
* Documentation of most methods (public and private).
* Removed unused elements.
* Fix possible errors by migrating all maps whose key is an AST node
  to IdentityHashMap.
parent 4a9a5b6e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment