Skip to content
Snippets Groups Projects
Commit bb873b8c authored by ram's avatar ram
Browse files

Enable funcall -> %funcall IR1 transform for byte compilation.

parent 00cfe2c3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.98 1993/08/20 17:42:59 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.99 1993/08/20 22:56:36 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -2400,7 +2400,7 @@
;;; be open-coded even if FUNCALL is :NOTINLINE.
;;;
(deftransform funcall ((function &rest args))
(deftransform funcall ((function &rest args) * * :when :both)
(collect ((arg-names))
(dolist (arg args)
(declare (ignore arg))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment