Do no constant fold operations on mutable structures.
authorChris Hanson <org/chris-hanson/cph>
Mon, 17 Aug 1987 18:16:27 +0000 (18:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 17 Aug 1987 18:16:27 +0000 (18:16 +0000)
v7/src/runtime/scomb.scm

index 55ab9a2a0b557ec08eac7087729ab9e7119b16fd..6afcbfb7ef33b570b2f6eb777b586415d31534ed 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/scomb.scm,v 13.42 1987/03/17 18:52:59 cph Rel $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/scomb.scm,v 13.43 1987/08/17 18:16:27 cph Rel $
 ;;;
 ;;;    Copyright (c) 1987 Massachusetts Institute of Technology
 ;;;
 (define constant-folding-operators
   (map make-primitive-procedure
        '(PRIMITIVE-TYPE
-        CAR CDR VECTOR-LENGTH VECTOR-REF
         &+ &- &* &/ INTEGER-DIVIDE 1+ -1+
         TRUNCATE ROUND FLOOR CEILING
         SQRT EXP LOG SIN COS &ATAN)))