From: Guillermo J. Rozas Date: Thu, 12 Apr 1990 21:04:06 +0000 (+0000) Subject: Add 6 bit type codes and an optimizer switch to be able to handle X-Git-Tag: 20090517-FFI~11442 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=21b0bad21d07157474ff9b5bf78b2d11ab5d998d;p=mit-scheme.git Add 6 bit type codes and an optimizer switch to be able to handle interp.c --- diff --git a/v7/src/microcode/m/mips.h b/v7/src/microcode/m/mips.h index e897d8e16..bfd926a15 100644 --- a/v7/src/microcode/m/mips.h +++ b/v7/src/microcode/m/mips.h @@ -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