Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-24 20:57:15 -0800 (Thu, 24 Mar 2005)
Revision: 7045
Log message:

      First steps on spilling.
      

Changes  Path
+26 -23 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_regalloc.ml
+126 -40 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_spill.ml
+0 -1 mpcompiler/mmc/base/mmc_base_grammar.mli
+1 -1 mpcompiler/mmc/core/mmc_core_ast.mli
+7 -4 mpcompiler/mmc/core/mmc_core_cps.ml
+5 -0 mpcompiler/mmc/opt/inline/mmc_opt_inline.ml
+1 -0 mpcompiler/mmc/test/mmc