Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-06 14:51:39 -0800 (Sun, 06 Mar 2005)
Revision: 6853
Log message:

      Added the initial x86 sweeper.  Next, convert closure conversion
      to a sweeper phase.
      

Changes  Path
+0 -4 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.ml
+21 -18 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.mli
+157 -0 mpcompiler/mmc/arch/x86/type/mmc_x86_sweep.ml
+102 -6 mpcompiler/mmc/arch/x86/type/mmc_x86_sweep.mli
+80 -98 mpcompiler/mmc/arch/x86/type/mmc_x86_typeof.ml
+30 -0 mpcompiler/mmc/arch/x86/type/mmc_x86_typeof.mli