From: Chris Hanson Date: Thu, 25 Jul 1991 07:24:04 +0000 (+0000) Subject: Install machine-dependent file and procedure to perform optimization X-Git-Tag: 20090517-FFI~10422 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=996ed06acd37a5a1d31fa0e538ac50c8d8e0e3ff;p=mit-scheme.git Install machine-dependent file and procedure to perform optimization of LAP between linearization and assembly. This is for instruction scheduling and peephole optimization. --- diff --git a/v7/src/compiler/machines/bobcat/make.scm-68020 b/v7/src/compiler/machines/bobcat/make.scm-68020 index 4cbae645d..72750dd2a 100644 --- a/v7/src/compiler/machines/bobcat/make.scm-68020 +++ b/v7/src/compiler/machines/bobcat/make.scm-68020 @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68020,v 4.86 1991/06/12 20:54:38 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68020,v 4.87 1991/07/25 07:24:04 cph Exp $ Copyright (c) 1991 Massachusetts Institute of Technology @@ -45,4 +45,4 @@ MIT in each case. |# ((package/reference (find-package '(COMPILER LAP-SYNTAXER)) 'MC68K/toggle-closure-format) 'MC68020) -(add-system! (make-system "Liar (Motorola MC68020)" 4 86 '())) \ No newline at end of file +(add-system! (make-system "Liar (Motorola MC68020)" 4 87 '())) \ No newline at end of file