Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-04-07 10:39:32 -0700 (Wed, 07 Apr 2004)
Revision: 5616
Log message:

      . Still working on spilling.
      .
      . Stopped at a MetaPRL bug, I'll file this on Bugzilla when I get a chance.
      .
      . var_subst does not avoid capture.
      . Example:
      .    var_subst << lambda{x. 'x + 'x} >> << 'x + 'x >> z -->
      .       << lambda{x. 'z} >>
      . Oops.
      

Changes  Path
+27 -3 mpcompiler/mmc/arch/x86/mmc_x86_backend.ml
+10 -4 mpcompiler/mmc/arch/x86/mmc_x86_spill.ml
+14 -0 mpcompiler/mmc/test/mmc_spill_test.ml