From: Guillermo J. Rozas Date: Thu, 1 Jul 1993 03:11:07 +0000 (+0000) Subject: New array indexing code. X-Git-Tag: 20090517-FFI~8244 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9795d9969dfb8ca9602898f83867f3286e0487e3;p=mit-scheme.git New array indexing code. Open coding of floating-point vector operations. Special handling of string-allocate, vector-cons, and floating-vector-cons. Special handling of flo:sin, etc. on the Snakes. Better primitive calling on the Snakes. --- diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index 1a1ac1531..f9b14f468 100644 --- a/v7/src/compiler/base/make.scm +++ b/v7/src/compiler/base/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.98 1993/02/25 02:13:39 gjr Exp $ +$Id: make.scm,v 4.99 1993/07/01 03:11:07 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. |# (initialize-package! '(COMPILER DECLARATIONS))) (add-system! (make-system (string-append "Liar (" architecture-name ")") - 4 98 + 4 99 '()))) \ No newline at end of file