Datrix 1 - Overview

This example is composed of 1 source file and 4 include files. Each include file defines an empty class, and the main file contains and empty main function.

Source Files:

  1. a.cpp
  2. a.h
  3. b.h
  4. c.h
  5. d.h
Output:
  1. The dump file produced by the unmodified gcc compiler.
  2. The gxl encoding of the gcc schema graph generated by the modified gcc compiler.
  3. The ta encoding of the gcc schema graph generated by the modified gcc compiler.
  4. The gxl encoding of the gcc schema graph after reduction.
  5. The ta encoding of the gcc schema graph after reduction.
  6. A layout of the reduced graph generated by vcg (not useful in this example).