Declaim sb-di::valid-lisp-pointer-p inline.
authorStas Boukarev <stassats@gmail.com>
Thu, 11 Aug 2011 23:21:23 +0000 (03:21 +0400)
committerStas Boukarev <stassats@gmail.com>
Thu, 11 Aug 2011 23:21:23 +0000 (03:21 +0400)
commit0f05d24232969fa063ccc5086677e9ae7f877aba
tree638dac12f293430b902ca8011df1ca6da0854be4
parent6caf3ed5713773cb423f46bf40a29f2438c97c78
Declaim sb-di::valid-lisp-pointer-p inline.

Making it inline prevents from creating a SAP, and thus reduces
consing and improves performance. It's called a lot by
map-allocated-objects when GCing is disabled, so consing less is a
desirable property.

Reported by `lisper' on #lisp
src/code/debug-int.lisp