#| -*-Scheme-*-
-$Id: linear.scm,v 4.21 2007/01/05 21:19:20 cph Exp $
+$Id: linear.scm,v 4.22 2007/04/29 20:16:05 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
,@(lap:make-label-statement jlabel)
,@(linearize-next cn))))))))))
(cond ((eq? cn an)
- (warn "bblock-linearize-lap: Identical branches" pblock)
+ ;;(warn "bblock-linearize-lap: Identical branches" pblock)
(unspecial))
((sblock? cn)
(let ((cnn (find-next (snode-next cn))))
#| -*-Scheme-*-
-$Id: blktyp.scm,v 4.20 2007/01/05 21:19:20 cph Exp $
+$Id: blktyp.scm,v 4.21 2007/04/29 20:16:05 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
(if previously-trivial?
(if (not (procedure/trivial-closure? procedure))
(error "trivial procedure becoming non-trivial" procedure))
+ #|
(if (procedure/trivial-closure? procedure)
(warn "non-trivial procedure becoming trivial"
- procedure)))))))
+ procedure))
+ |#)))))
\f
(define (attempt-child-graft block procedure update?)
(let ((block* (block-nearest-closure-ancestor
#| -*-Scheme-*-
-$Id: simapp.scm,v 4.13 2007/01/05 21:19:20 cph Exp $
+$Id: simapp.scm,v 4.14 2007/04/29 20:16:05 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
(make-method-table rvalue-types
(lambda (old operator apply-operator)
old apply-operator
- (warn "Possible inapplicable operator" operator)
+ #|(warn "Possible inapplicable operator" operator)|#
operator)))
(let ((processor
((scode/procedure? value)
(procedure-arity-valid? value argument-count))
(else
+ #|
(if (not (unassigned-reference-trap? value))
(warn "Possible inapplicable operator" value))
+ |#
true)))
- (warn
- "Procedure called with wrong number of arguments"
- value
- number-supplied))))
+ (warn "Procedure called with wrong number of arguments"
+ value
+ number-supplied))))
(else
- (warn "Possible inapplicable operator" operator)))))))
+ #|(warn "Possible inapplicable operator" operator)|#))))))
\f
(define (initialize-lvalue-cache! lvalue)
(set-lvalue-values-cache! lvalue (lvalue-values lvalue)))
#| -*-Scheme-*-
-$Id: rgproc.scm,v 4.18 2007/01/05 21:19:23 cph Exp $
+$Id: rgproc.scm,v 4.19 2007/04/29 20:16:05 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
((TRIVIAL-CLOSURE)
;; This is not an error.
;; It can be the consequence of bad style.
- (warn "Letrec value is trivial closure" value)
+ ;;(warn "Letrec value is trivial closure" value)
(recvr (make-null-cfg)
(make-trivial-closure-cons value)))
((OPEN-EXTERNAL OPEN-INTERNAL)