From 131b0c0595f33e9fa37c580564c3db855256fa03 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 2 Nov 1988 22:02:08 +0000 Subject: [PATCH] Eliminate random unreferenced labels from RTL and LAP output. Eliminate dead branches to continuations. Implement declarations to disable detection of traps in cached variable references and assignments. --- 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 6a9c4baef..928dbbe03 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.26 1988/11/01 04:57:48 jinx Exp $ +$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 $ 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 26 '())) \ No newline at end of file +(add-system! (make-system "Liar" 4 27 '())) \ No newline at end of file -- 2.25.1