X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fsrctran.lisp;h=49616d4dd9e1cc16079f34b4f0e85b0d47494b71;hb=77090f53cbf9c0df39e8b052891b84b2c6812676;hp=623683e8475e91d0b751cab73ac6367222ddfccd;hpb=35ec0bb705547bffbbd8032898f47135de8f40d8;p=sbcl.git diff --git a/src/compiler/srctran.lisp b/src/compiler/srctran.lisp index 623683e..49616d4 100644 --- a/src/compiler/srctran.lisp +++ b/src/compiler/srctran.lisp @@ -4104,11 +4104,6 @@ *universal-type*)))) (recurse array-type))))) -;;; Like CMU CL, we use HEAPSORT. However, other than that, this code -;;; isn't really related to the CMU CL code, since instead of trying -;;; to generalize the CMU CL code to allow START and END values, this -;;; code has been written from scratch following Chapter 7 of -;;; _Introduction to Algorithms_ by Corman, Rivest, and Shamir. (define-source-transform sb!impl::sort-vector (vector start end predicate key) ;; Like CMU CL, we use HEAPSORT. However, other than that, this code ;; isn't really related to the CMU CL code, since instead of trying