2 Jul 2002 14:32
CVS: sbcl/src/compiler/generic vm-fndb.lisp,1.13,1.14 vm-tran.lisp,1.21,1.22
William Harold Newman <wnewman <at> users.sourceforge.net>
2002-07-02 12:32:45 GMT
2002-07-02 12:32:45 GMT
Update of /cvsroot/sbcl/sbcl/src/compiler/generic In directory usw-pr-cvs1:/tmp/cvs-serv16552/src/compiler/generic Modified Files: vm-fndb.lisp vm-tran.lisp Log Message: 0.7.5.3: made BUGS entry for the DEFTRANSFORM gotcha referred to below tweak in runtime.c, should still work the same (trying to make 80-char lines(Continue reading)put CSR's current diff into the main CVS since he's gone for a while and I want to work with it now without thinking about merging later... ...BUGS entry for FILL problem ...fixed FIXME re. %DATA-VECTOR-AND-INDEX ...defined a DEFTRANSFORM on %DATA-VECTOR-AND-INDEX so things apparently go faster now ...(didn't define another otherwise-reasonable DEFTRANSFORM on %DATA-VECTOR-AND-INDEX, for non-simple VECTORs, because it evidently tickles a bug in the DEFTRANSFORM system, as reported on sbcl-devel) Index: vm-fndb.lisp =================================================================== RCS file: /cvsroot/sbcl/sbcl/src/compiler/generic/vm-fndb.lisp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- vm-fndb.lisp 8 Jun 2002 15:01:50 -0000 1.13 +++ vm-fndb.lisp 2 Jul 2002 12:32:43 -0000 1.14 <at> <at> -306,3 +306,7 <at> <at>
put CSR's current diff into the main CVS since he's gone for a
while and I want to work with it now without thinking
about merging later...
...BUGS entry for FILL problem
...fixed FIXME re. %DATA-VECTOR-AND-INDEX
...defined a DEFTRANSFORM on %DATA-VECTOR-AND-INDEX so
things apparently go faster now
...(didn't define another otherwise-reasonable DEFTRANSFORM on
%DATA-VECTOR-AND-INDEX, for non-simple VECTORs,
because it evidently tickles a bug in the DEFTRANSFORM
system, as reported on sbcl-devel)
Index: vm-fndb.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/compiler/generic/vm-fndb.lisp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- vm-fndb.lisp 8 Jun 2002 15:01:50 -0000 1.13
+++ vm-fndb.lisp 2 Jul 2002 12:32:43 -0000 1.14
<at> <at> -306,3 +306,7 <at> <at>
RSS Feed