Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-03 17:48:21 -0700 (Sun, 03 Apr 2005)
Revision: 7099
Log message:

      Made some progress with Mandelbrot.
      
      However, I can't make much more progress currently because MetaPRL
      starts thrashing (it is taking about 1.2GB on only half the program).
      Clearly, we need to figure out where all this space is going.
      
      For now, I'm going to implement some simple optimizations that will
      reduce the size of the program, just so I can get it to compile.
      

Changes  Path
+16 -0 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.ml
+1 -0 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.mli
+25 -2 mpcompiler/mmc/arch/x86/print/mmc_x86_print.ml
+2 -0 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_rename.ml
+8 -0 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_spill.ml
+7 -6 mpcompiler/mmc/arch/x86/type/mmc_x86_type_check_core.ml
+3 -3 mpcompiler/mmc/core/mmc_core_ast.mli
+0 -1 mpcompiler/mmc/extensions/operator/mmc_ext_operator.ml
+22 -0 mpcompiler/mmc/test/mmc_mandel_test.ml