Don't inline SORT on unknown types.
commitefa8fc428258e3c5b1af7e5a57a9e966964a7311
authorStas Boukarev <stassats@gmail.com>
Thu, 2 May 2024 11:33:11 +0000 (2 14:33 +0300)
committerStas Boukarev <stassats@gmail.com>
Thu, 2 May 2024 11:33:11 +0000 (2 14:33 +0300)
tree92b671646e680a93721376fc2ab6f473efeca580
parentd0e6ba6848facffb508b3326bc675fcafd3d0a6c
Don't inline SORT on unknown types.

Inlined dispatching doesn't improve performance, predicate and key
might conflict with some of the vector element types.
src/code/sort.lisp
src/compiler/srctran.lisp
tests/seq.pure.lisp