From c9c00fed1ca8e775fbada9fb2168b28d3eb3fa32 Mon Sep 17 00:00:00 2001 From: cshapiro <cshapiro> Date: Thu, 17 Apr 2008 08:59:49 +0000 Subject: [PATCH] Set the cost of the constant form partial reffer to 4, the same cost the previous VOPs had. --- compiler/x86/macros.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/x86/macros.lisp b/compiler/x86/macros.lisp index 8bc3571fb..31cf5038c 100644 --- a/compiler/x86/macros.lisp +++ b/compiler/x86/macros.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/macros.lisp,v 1.22 2008/04/16 09:06:41 cshapiro Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/macros.lisp,v 1.23 2008/04/17 08:59:49 cshapiro Exp $") ;;; ;;; ********************************************************************** ;;; @@ -479,7 +479,7 @@ (:arg-types ,type (:constant (signed-byte 30))) (:results (value :scs ,scs)) (:result-types ,el-type) - (:generator 5 + (:generator 4 (inst ,(if signed 'movsx 'movzx) value (make-ea ,size :base object :disp (- (+ (* ,offset word-bytes) (* ,scale index)) -- GitLab