- Conditionalize open coding according to the port.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 5 Dec 1989 20:54:08 +0000 (20:54 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 5 Dec 1989 20:54:08 +0000 (20:54 +0000)
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

index 6ca78f91804b7e081363f589bfbf18b6cc6c35c1..c140ed3bf236d0d9ccb6354d3071ffe8557a948e 100644 (file)
@@ -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