Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-24 07:44:28 -0800 (Thu, 24 Mar 2005)
Revision: 7032
Log message:

      The Mmc_x86_rename was creating loops in the rename table, which caused the
      lookup to run out of stack and core dump. I've added a HACk to prevent loops
      and now two more programs run (and coredump, but this is still better than
      crashing MetaPRL):
      - /mmc_core_test/test_prog1
      - /mmc_core_test/test_prog2
      

Changes  Path
+10 -1 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_rename.ml
+377 -2 mpcompiler/mmc/test/mmc_tests_out.previous