Reduce consing for find-package.
authorStas Boukarev <stassats@gmail.com>
Sat, 16 Mar 2013 12:09:03 +0000 (16:09 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 16 Mar 2013 12:09:03 +0000 (16:09 +0400)
commit4f24a2734e4c714c0ede097770f9859b8f8c0d5c
tree4b25d6a59101d22b1a4474bdc1b54dc538626571
parent0e623338468daedbdd5415b4ab29a5e2e03883f7
Reduce consing for find-package.

Don't use return-from inside restart-case, it causes consing even when
the branch with restart-case is not taken.
src/code/target-package.lisp