From: Thiemo Seufer Date: Wed, 7 Sep 2005 22:20:47 +0000 (+0000) Subject: Adjust mips VOP cost for ,set-name-c. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7b5e83200d210ff69dbdc1e74d54a58fa1d98fcb;p=sbcl.git Adjust mips VOP cost for ,set-name-c. --- diff --git a/src/compiler/mips/sap.lisp b/src/compiler/mips/sap.lisp index 89527cb..ad72a85 100644 --- a/src/compiler/mips/sap.lisp +++ b/src/compiler/mips/sap.lisp @@ -260,7 +260,7 @@ (:info offset) (:results (result :scs (,sc))) (:result-types ,type) - (:generator 5 + (:generator 4 ,@(ecase size (:byte '((inst sb value object offset) diff --git a/version.lisp-expr b/version.lisp-expr index d135119..c620cf9 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.4.32" +"0.9.4.33"