Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-04-11 15:59:17 -0700 (Sun, 11 Apr 2004)
Revision: 5639
Log message:
Added closure conversion for recursive functions.
Changes | Path |
+9 -9 | mpcompiler/mmc/core/mmc_core_cps.ml |
+18 -3 | mpcompiler/mmc/extensions/fix/mmc_ext_fix.ml |
+11 -0 | mpcompiler/mmc/test/mmc_int_test.ml |