Skip to content
Snippets Groups Projects
Commit fcb44884 authored by dtc's avatar dtc
Browse files

Increase the cost for the float/unsigned VOP so that the float/signed

VOP is preferred when possible as it is faster.
parent 30f73581
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.5 1997/04/24 20:27:06 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.6 1997/05/11 11:43:36 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1019,7 +1019,7 @@ ...@@ -1019,7 +1019,7 @@
(:translate ,translate) (:translate ,translate)
(:vop-var vop) (:vop-var vop)
(:save-p :compute-only) (:save-p :compute-only)
(:generator 5 (:generator 6
(inst push 0) (inst push 0)
(inst push x) (inst push x)
(with-empty-tn@fp-top(y) (with-empty-tn@fp-top(y)
......
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