The Design of the Xstep and The Xdd Modules

This article is under construction

The xstep and the xdd modules provide tools to implement the new generation of pipeline analysis in OTAWA.

XDD Interfaces and Implementation

Interfaces

The main interface of XDD is the class XDD.

Implementation

The tree structure of XDD is implemented with a linked list. The variables of nodes use integer values. The value of leaves is also an integer.

Xstep module design