Simple Examples

Some simple examples. (As of April 15/2001)
  1. ex1.cpp (A simple main program)
    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.
    7. A large layout of the reduced graph generated by vcg.
    8. The gxl datrix model gxl
    9. The ta datrix model ta
    10. A layout of datrix model generated by vcg
    11. A layout of datrix model generated by vcg
  2. ex2.cpp (An empty file)
    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.
    7. The gxl datrix model gxl
    8. The ta datrix model ta
    9. A layout of datrix model generated by vcg
  3. ex3.cpp (A single global decl)
    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.
    7. The gxl datrix model gxl
    8. The ta datrix model ta
    9. A layout of datrix model generated by vcg
  4. ex4.cpp (function type typedef)
    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.
    7. The gxl datrix model gxl
    8. The ta datrix model ta
    9. A layout of datrix model generated by vcg
  5. st1.cpp (A simple while loop)
    1. The gxl datrix model gxl
    2. The ta datrix model ta
    3. A layout of datrix model generated by vcg
  6. st2.cpp (A simple function with call)
    1. The gxl datrix model gxl
    2. The ta datrix model ta
    3. A layout of datrix model generated by vcg
  7. st3.cpp (A simple function)
    1. The gxl datrix model gxl
    2. The ta datrix model ta
    3. A layout of datrix model generated by vcg
  8. st4.cpp (A simple function)
    1. The gxl datrix model gxl
    2. The ta datrix model ta
    3. A layout of datrix model generated by vcg