From: Nikodemus Siivola Date: Mon, 13 Sep 2010 11:04:00 +0000 (+0000) Subject: 1.0.42.37: use more NAMED-LAMBDAs in PCL generated code X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6a5462ff3cc3006e9b29a59c8424e81a279320c9;hp=6a5462ff3cc3006e9b29a59c8424e81a279320c9;p=sbcl.git 1.0.42.37: use more NAMED-LAMBDAs in PCL generated code Previously backtraces and profiles showed eg. (LAMBDA (.ARG0. .ARG1. .ARG2.)) for effective method functions, and (LAMBDA (VALUE)) for slot typechecking functions. Use NAMED-LAMBDA to name these sensibly: (DFUN ) (SLOT-TYPECHECK ) ---