From ef5adda76d18890c34bc81eae1574fa412b401be Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Sat, 20 Dec 1997 15:40:21 +0000 Subject: [PATCH] Temporarily disable the expt derive-type optimizer which has a multitude of problems. --- compiler/float-tran.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/float-tran.lisp b/compiler/float-tran.lisp index 65a027a8e..e82e09533 100644 --- a/compiler/float-tran.lisp +++ b/compiler/float-tran.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.56 1997/12/19 02:39:29 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.57 1997/12/20 15:40:21 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -890,6 +890,7 @@ ;; or a complex. (float-or-complex-type (numeric-contagion x y))))))) +#+nil (defoptimizer (expt derive-type) ((x y)) (two-arg-derive-type x y #'expt-derive-type-aux #'expt)) -- GitLab