1.0.2.16: Replace SVREF with DATA-VECTOR-REF in %INSTANCE-TYPEP deftransform
authorJuho Snellman <jsnell@iki.fi>
Tue, 6 Feb 2007 06:12:07 +0000 (06:12 +0000)
committerJuho Snellman <jsnell@iki.fi>
Tue, 6 Feb 2007 06:12:07 +0000 (06:12 +0000)
commit8da43adb9b0fe13b1bcad58e1d4588a91adb74dd
tree96f5e79ed0982d79f41e1784d7326da6a6771565
parent7962329e3786bf087efd36b954d51cde9cc79990
1.0.2.16: Replace SVREF with DATA-VECTOR-REF in %INSTANCE-TYPEP deftransform

* Since the SVREF is compiled with SAFETY 0, it'd eventually get
          transformed to exactly the same thing, but going through several
          heavy intermediate stages.
        * Big compilation speed improvement for code that uses structs.
src/compiler/typetran.lisp
version.lisp-expr