From 07f1e7e00e4ceb915e63967a2aefc4d95f828b44 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 6 Nov 1988 14:55:10 +0000 Subject: [PATCH] Improve generic arithmetic by adding branch preferences to type, range, and overflow tests. These preferences cause the linearizer to attempt to optimize for the preferred branch. --- 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 928dbbe03..61b74e580 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.27 1988/11/02 22:02:08 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.28 1988/11/06 14:55:10 cph Exp $ Copyright (c) 1988 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" 4 27 '())) \ No newline at end of file +(add-system! (make-system "Liar" 4 28 '())) \ No newline at end of file -- 2.25.1