Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2004-09-21 16:50:32 -0700 (Tue, 21 Sep 2004)
Revision: 6205
Log message:
Closure conversion and CPS probably work now, but it looks like closure is
either exponential or I've got an infinite loop in there somewhere...
Changes | Path |
+100 -58 | mpcompiler/mmc/core/mmc_core_closure.ml |
+31 -1 | mpcompiler/mmc/core/mmc_core_cps.ml |
+3 -0 | mpcompiler/mmc/core/mmc_core_tast.ml |
+13 -0 | mpcompiler/mmc/test/mmc_int_test.ml |