Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-03-21 11:08:54 -0800 (Fri, 21 Mar 2003)
Revision: 4210
Log message:

      Added memory reserve statements to control GC.
      

Changes  Path
+1 -0 metaprl-branches/lm_libmojave/theories/experimental/compile/Makefile
+4 -1 metaprl-branches/lm_libmojave/theories/experimental/compile/m_arith.ml
+1 -0 metaprl-branches/lm_libmojave/theories/experimental/compile/m_arith.mli
+22 -0 metaprl-branches/lm_libmojave/theories/experimental/compile/m_ir.ml
+4 -0 metaprl-branches/lm_libmojave/theories/experimental/compile/m_ir.mli
Added metaprl-branches/lm_libmojave/theories/experimental/compile/m_reserve.ml
Properties metaprl-branches/lm_libmojave/theories/experimental/compile/m_reserve.ml
Added metaprl-branches/lm_libmojave/theories/experimental/compile/m_reserve.mli
Properties metaprl-branches/lm_libmojave/theories/experimental/compile/m_reserve.mli
+4 -0 metaprl-branches/lm_libmojave/theories/experimental/compile/m_theory.ml
+2 -0 metaprl-branches/lm_libmojave/theories/experimental/compile/m_theory.mli
+27 -27 metaprl-branches/lm_libmojave/theories/experimental/compile/m_x86_backend.ml
+22 -9 metaprl-branches/lm_libmojave/theories/experimental/compile/m_x86_codegen.ml
+6 -6 metaprl-branches/lm_libmojave/theories/experimental/compile/m_x86_util.ml
+15 -6 metaprl-branches/lm_libmojave/theories/experimental/compile/x86_asm.ml
+6 -2 metaprl-branches/lm_libmojave/theories/experimental/compile/x86_asm.mli
+1 -0 metaprl-branches/lm_libmojave/theories/experimental/compile/x86_inst_type.mlz
+12 -3 metaprl-branches/lm_libmojave/theories/experimental/compile/x86_term.ml