Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2004-10-14 19:09:27 -0700 (Thu, 14 Oct 2004)
Revision: 6240
Log message:

      1. Phase 1 of direct call optimization, marking direct calls, seems to work.
      2. Commented out direct call opt for fix.  We can "fix" it later.  :-)
      3. Improved display forms for arrow types.
      

Changes  Path
+0 -104 mpcompiler/mmc/core/mmc_core_closure.ml
+0 -4 mpcompiler/mmc/core/mmc_core_closure.mli
+5 -3 mpcompiler/mmc/core/mmc_core_tast.ml
+91 -185 mpcompiler/mmc/opt/direct/core/mmc_opt_direct.ml
+0 -19 mpcompiler/mmc/opt/direct/core/mmc_opt_direct.mli
+2 -2 mpcompiler/mmc/opt/direct/extensions/fix/mmc_opt_direct_fix.ml