ex0.ydfg:  A null procedure gotten from the ydfg self-test code.
           This procedure is ill-formed.

ex1 through ex7 are duplicates of t1 through t7

t1 through t11
 .c files are the source
 .ydfg are produced by the compiler with the "pathetic" optimization level
 produced by s2df

 Todo: Add optimization to remove the "nop"'s
       Add optimizations to remove the "move"'s
       Add optimizations to remove redundant arcs
       Try comparing the current scheme with a single  memory-ready
        token to a scheme in which the memory-read token and the
        memory-write token are kept separtely (to allow parallel loads
        from memory.) 
       Produce a drawer that shows the dataflow graphs as a plot.

 Done: Renamed the "id" opcode to be "nop"
       Procedures now actually use the different arcs for different arguments
$Log: README,v $
Revision 1.4  1996/11/14 19:35:17  bradley
Some examples with LOOP's in them.

Revision 1.3  1996/08/22 13:56:11  bradley
Start putting in drawer.

Revision 1.2  1996/08/22 13:05:52  bradley
Renamed the "id" opcode to be "nop"
Procedures now actually use the different arcs for different arguments

