Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-09 14:42:03 -0800 (Wed, 09 Mar 2005)
Revision: 6873
Log message:
Fixed hoisting. Note: I should fix the mmc_base_hoist module so it provides the
two arguments, instead of a bind term.
Now we are stuck in closure elimination. We might consider eliminating
the rec tag right after closure conversion, rather than propagating it
all the way to the backend.
| Changes | Path |
| +6 -0 | mpcompiler/mmc/core/mmc_core_hoist.ml |
| +2 -1 | mpcompiler/mmc/test/mmc |