From f89ee84f94f6360dfeac7f9bdf47c83df2547219 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 5 Dec 1989 20:54:08 +0000 Subject: [PATCH] - Conditionalize open coding according to the port. There is now a machine-dependent list (compiler:primitives-with-no-open-coding) in machin.scm which disables individual primitives. - Extend fixnum and flonum operations with an overflow? flag. - Force use of address registers for indirection. - Don't emit dynamic-link comparison unless the called procedure is known to be internal. --- v7/src/compiler/machines/bobcat/make.scm-68040 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index 6ca78f918..c140ed3bf 100644 --- a/v7/src/compiler/machines/bobcat/make.scm-68040 +++ b/v7/src/compiler/machines/bobcat/make.scm-68040 @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.61 1989/11/30 15:57:16 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.62 1989/12/05 20:54:08 jinx Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -41,4 +41,4 @@ MIT in each case. |# ((package/reference (find-package name) 'INITIALIZE-PACKAGE!))) '((COMPILER MACROS) (COMPILER DECLARATIONS))) -(add-system! (make-system "Liar (Motorola MC68020)" 4 61 '())) \ No newline at end of file +(add-system! (make-system "Liar (Motorola MC68020)" 4 62 '())) \ No newline at end of file -- 2.25.1