Add 6 bit type codes and an optimizer switch to be able to handle
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 12 Apr 1990 21:04:06 +0000 (21:04 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 12 Apr 1990 21:04:06 +0000 (21:04 +0000)
interp.c

v7/src/microcode/m/mips.h

index e897d8e16defe6e14088e48fb7119585f92373f7..bfd926a15159874a3c46a5fcc2dd3e0fd263361d 100644 (file)
@@ -1,9 +1,9 @@
 /* -*-C-*-
    Machine file for MIPS computers.
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/mips.h,v 1.2 1989/07/26 04:16:54 cph Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/mips.h,v 1.3 1990/04/12 21:04:06 jinx Exp $
 
-Copyright (c) 1989 Massachusetts Institute of Technology
+Copyright (c) 1989, 1990 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -38,3 +38,6 @@ MIT in each case. */
 /* The following crock seems to be needed, since ULTRIX on the vax has
     libg but ULTRIX on the pmax doesn't! */
 #define LIB_DEBUG
+
+/* The following allows optimization of interp.c */
+#define C_SWITCH_MACHINE -Olimit 2000  -DTYPE_CODE_LENGTH=6