Add silly storage handling example.
commita6679a16ee828cfa39853946250ff291537f8634
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 8 Dec 2004 03:45:41 +0000 (7 20:45 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:36 +0000 (7 21:05 -0700)
tree009ad1c47a797fe39c491b2d7c060a2e0db18886
parent8c08c764f0a0e5de5be15fa7b5a1fa49392e7546
Add silly storage handling example.

This one links up the inter-bb usage pseudos to each other
with "storage" structures, which should make it possible to
write a simple code generator that doesn't need to worry
about any global state - all the decisions are local.

There are probably cases where this simply doesn't work, but
I want to try to start generating _some_ code at least.
Makefile
example.c [new file with mode: 0644]