Reduce consing during SUBTYPEP on classes.
authorStas Boukarev <stassats@gmail.com>
Sat, 26 Oct 2013 14:42:22 +0000 (18:42 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 26 Oct 2013 14:42:22 +0000 (18:42 +0400)
commitd0f65b07a30adc989e36a82ddc0ed54d135d638e
tree106f065be6e95ad371fc7743cb275cbfeab3ae29
parent69e6aef5e6fb3bd682c7a2cbf774034d2ea58ee8
Reduce consing during SUBTYPEP on classes.

sb-pcl::class-has-a-forward-referenced-superclass-p, used in the
implementation of subtypep on classes, conses because SOME can't
perform the required inlining when used on the sequences of unknown
type. (See lp#1070635)
src/pcl/std-class.lisp