Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-07 11:17:16 -0800 (Mon, 07 Mar 2005)
Revision: 6856
Log message:

      x86 sweeper is complete, and x86 closure conversion is implemented.
      The sweeper is wonderful logically, but it is also slow.
      

Changes  Path
+92 -9 mpcompiler/mmc/arch/x86/codegen/mmc_x86_closure.ml
+1 -1 mpcompiler/mmc/arch/x86/print/mmc_x86_print.ml
+197 -109 mpcompiler/mmc/arch/x86/type/mmc_x86_sweep.ml
+14 -0 mpcompiler/mmc/arch/x86/type/mmc_x86_sweep.mli
+1 -1 mpcompiler/mmc/arch/x86/type/mmc_x86_type_check.ml
+0 -1 mpcompiler/mmc/base/mmc_base_hoist.ml
+4 -4 mpcompiler/mmc/extensions/tuple/mmc_x86_tuple.ml
+10 -10 mpcompiler/mmc/extensions/tyexists/mmc_x86_tyexists.ml