New array indexing code.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 1 Jul 1993 03:11:07 +0000 (03:11 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 1 Jul 1993 03:11:07 +0000 (03:11 +0000)
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.

v7/src/compiler/base/make.scm

index 1a1ac15312170e8bb52ec3c47b7c092e551ee0f7..f9b14f4682c5792f0bffab6b7d830f0ef4c484be 100644 (file)
@@ -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