From 21859ce8b4178475e5db58964dbffa3100c15f08 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 28 Jul 1990 01:05:12 +0000 Subject: [PATCH] #+nil'ed the bit-vector, unsigned-byte-2-vector, and unsigned-byte-4-vector transforms for data-vector-ref and -set, 'cause %ldb and %dpb arn't optimized quite as much as we might want. --- compiler/generic/vm-tran.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/generic/vm-tran.lisp b/compiler/generic/vm-tran.lisp index bc1302294..8cfafec94 100644 --- a/compiler/generic/vm-tran.lisp +++ b/compiler/generic/vm-tran.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.18 1990/07/24 21:38:59 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.19 1990/07/28 01:05:12 wlott Exp $ ;;; ;;; This file contains impelemtentation-dependent transforms. ;;; @@ -154,6 +154,7 @@ ;;; Transforms for getting at arrays of unsigned-byte n when n < 8. +#+nil (macrolet ((frob (type bits) (let ((elements-per-word (truncate vm:word-bits bits))) -- GitLab