Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-03-22 20:40:13 -0800 (Sat, 22 Mar 2003)
Revision: 4218
Log message:
| Yes! Our first working program is fib! It is just about as fast
| as the MCC version from what I can tell.
|
| 1. Added the runtime.
| 2. Random fixes in the other files. Especially, CPS was broken
| (and we should examine it carefully soon), and Reserve was
| computed wrong.
| 3. Integer arithmetic is now 31-bit so the GC can tell between a
| pointer and integer. Need to examine the shifting in M_x86_codegen.
| I think Shift will fail on some operands.